From 449acca5e9f6e730f232d26b3a4c6a3788b6eb88 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Wed, 16 Sep 2026 14:40:53 -0400 Subject: [PATCH] Remove exclusion for yanked Hatchling release Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2c9c0c..0996a3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling!=1.32.1", + "hatchling", ] build-backend = "hatchling.build" @@ -36,7 +36,7 @@ classifiers = [ ] dependencies = [ - "hatchling>=1.20,!=1.32.1", + "hatchling>=1.20", "pydantic", ] @@ -46,7 +46,7 @@ develop = [ "bump-my-version", "check-manifest", "codespell>=2.4,<2.5", - "hatchling!=1.32.1", + "hatchling", "mdformat>=0.7.22,<1.1", "mdformat-tables>=1", "pytest",