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

Merge pull request #1537 from frappe/fix-bench-deploy

fix(build): pin hatchling version to prevent import error
This commit is contained in:
Alan 2024-02-21 17:11:32 +05:30 committed by GitHub
commit 5b5e5094d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"