summaryrefslogtreecommitdiff
path: root/misc/py-anthropic/files/patch-pyproject.toml
blob: b14aec397d19c5d384dadf4c941761a9302c7fb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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]