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 a59ddb4 commit 0a931d7Copy full SHA for 0a931d7
py/BUILD.bazel
@@ -327,7 +327,7 @@ py_wheel(
327
python_requires = ">=3.9",
328
python_tag = "py3",
329
requires = [
330
- "urllib3[socks]~=2.5.0",
+ "urllib3[socks]>=2.5.0,<3.0",
331
"trio~=0.30.0",
332
"trio-websocket~=0.12.2",
333
"certifi>=2025.6.15",
py/pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
"Programming Language :: Python :: 3.13",
27
]
28
dependencies = [
29
30
31
32
0 commit comments