2
0
mirror of https://github.com/frappe/bench.git synced 2024-06-19 00:22:19 +00:00

fix(build): pin hatchling version to prevent import error

reference: https://github.com/pypa/hatch/pull/1255
This commit is contained in:
18alantom 2024-02-21 16:55:35 +05:30
parent d41198f78b
commit 3a73059531

View File

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