From 06db3316fd189b794e5ed9535ade727888175eff 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 8b7fbab..42bf880 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling!=1.32.1", + "hatchling", ] build-backend = "hatchling.build" @@ -33,7 +33,7 @@ classifiers = [ ] dependencies = [ - "hatchling>=1.14.1,!=1.32.1,<1.33", + "hatchling>=1.14.1,<1.33", "p2a>=0.1.1,<0.2", "pkn>=0.3,<0.6", ] @@ -44,7 +44,7 @@ develop = [ "bump-my-version", "check-dist", "codespell", - "hatchling!=1.32.1", + "hatchling", "mdformat", "mdformat-tables>=1", "pydantic>=2,<3",