diff --git a/pyproject.toml b/pyproject.toml index cd52ff0..5ab908f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling!=1.32.1", + "hatchling", ] build-backend = "hatchling.build" @@ -38,7 +38,7 @@ classifiers = [ ] dependencies = [ - "hatchling>=1.20,!=1.32.1", + "hatchling>=1.20", "pydantic", ] @@ -48,7 +48,7 @@ develop = [ "bump-my-version", "check-dist", "codespell", - "hatchling!=1.32.1", + "hatchling", "mdformat", "mdformat-tables>=1", "pytest",