We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2882ad commit 54d4476Copy full SHA for 54d4476
pyproject.toml
@@ -34,7 +34,7 @@ classifiers = [
34
]
35
dependencies = [
36
"orjson>=3.11.3",
37
- "urllib3>=2.5.0",
+ "urllib3",
38
"verlib2>=0.3.1",
39
40
@@ -49,6 +49,7 @@ dev = [
49
"ruff<0.15",
50
"setuptools>=80.9.0",
51
"stopit<1.2",
52
+ "urllib3<2.4",
53
54
55
requirements.txt
@@ -1,4 +1,3 @@
1
setuptools<80.3
2
-urllib3<2.4
3
zc.buildout==5.1.1
4
zope.interface==8.1.1
0 commit comments