diff --git a/pyproject.toml b/pyproject.toml index f8e662a..c682323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ Source = "https://github.com/databrickslabs/pytester" [build-system] requires = [ - "hatchling~=1.30.1" + "hatchling>=1.30.1,<1.32.0" ] build-backend = "hatchling.build"