diff --git a/pyproject.toml b/pyproject.toml index d83db24..76ff46c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.20"] +requires = ["hatchling"] build-backend = "hatchling.build" [project] @@ -34,7 +34,7 @@ classifiers = [ ] dependencies = [ - "hatchling>=1.20", + "hatchling", "hatch-build>=0.4,<0.5", "pydantic", ]