diff options
Diffstat (limited to 'misc/py-anthropic/files/patch-pyproject.toml')
-rw-r--r-- | misc/py-anthropic/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/py-anthropic/files/patch-pyproject.toml b/misc/py-anthropic/files/patch-pyproject.toml new file mode 100644 index 000000000000..b14aec397d19 --- /dev/null +++ b/misc/py-anthropic/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-08-24 08:31:41 UTC ++++ pyproject.toml +@@ -65,7 +65,7 @@ dev-dependencies = [ + ] + + [build-system] +-requires = ["hatchling==1.26.3", "hatch-fancy-pypi-readme"] ++requires = ["hatchling>=1.26.3", "hatch-fancy-pypi-readme"] + build-backend = "hatchling.build" + + [tool.hatch.build] |