summaryrefslogtreecommitdiffstats
path: root/lang/python/python-urllib3/patches/0001-relax-setuptools-scm-version-constraint.patch
blob: d3791ef8cc2e110da8b4b25923da9de485ae8207 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 # This file is protected via CODEOWNERS
 
 [build-system]
-requires = ["hatchling>=1.27.0,<2", "hatch-vcs>=0.4.0,<0.6.0", "setuptools-scm>=8,<10"]
+requires = ["hatchling>=1.27.0,<2", "hatch-vcs>=0.4.0,<0.6.0", "setuptools-scm>=8"]
 build-backend = "hatchling.build"
 
 [project]