From c473d212bd9424e4af52b3d0b4c6068ab894363e 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 c80ff81..8198cf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling!=1.32.1", + "hatchling", ] build-backend = "hatchling.build" @@ -37,7 +37,7 @@ classifiers = [ ] dependencies = [ - "hatchling!=1.32.1", + "hatchling", "hatch-build>=0.5,<0.6", "pkn", "pydantic", @@ -49,7 +49,7 @@ develop = [ "bump-my-version", "check-dist", "codespell", - "hatchling!=1.32.1", + "hatchling", "hatch-build>=0.3.2", "mdformat", "mdformat-tables>=1",