From b74ff54dfa3a5f6dd01fd33e5955353817123b9c Mon Sep 17 00:00:00 2001 From: 18alantom <2.alan.tom@gmail.com> Date: Wed, 21 Feb 2024 17:26:18 +0530 Subject: [PATCH] fix(build): pin hatchling version 2nd try --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9cbebb4b..4adac8b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ Source = "https://github.com/frappe/bench" [build-system] requires = [ - "hatchling>=1.6.0,<1.9.4", + "hatchling>=1.6.0,<1.7.0", ] build-backend = "hatchling.build"