diff --git a/pyproject.toml b/pyproject.toml index af7d0eaf..9cbebb4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ Source = "https://github.com/frappe/bench" [build-system] requires = [ - "hatchling>=1.6.0", + "hatchling>=1.6.0,<1.9.4", ] build-backend = "hatchling.build"