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