Skip to content

Commit

Permalink
fix(build): pin hatchling version to prevent import error
Browse files Browse the repository at this point in the history
reference: pypa/hatch#1255
18alantom committed Feb 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d41198f commit 3a73059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 3a73059

Please sign in to comment.