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