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",