summaryrefslogtreecommitdiff
path: root/misc/py-runloop-api-client/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--misc/py-runloop-api-client/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/py-runloop-api-client/files/patch-pyproject.toml b/misc/py-runloop-api-client/files/patch-pyproject.toml
new file mode 100644
index 000000000000..d2b3917363f3
--- /dev/null
+++ b/misc/py-runloop-api-client/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- 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]