ports/misc/py-runloop-api-client/files/patch-pyproject.toml

12 lines
336 B
TOML

--- pyproject.toml.orig 2025-09-08 00:09:49 UTC
+++ pyproject.toml
@@ -91,7 +91,7 @@ typecheck = { chain = [
"typecheck:mypy" = "mypy ."
[build-system]
-requires = ["hatchling==1.26.3", "hatch-fancy-pypi-readme"]
+requires = ["hatchling>=1.26.3", "hatch-fancy-pypi-readme"]
build-backend = "hatchling.build"
[dependency-groups]