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.
2 parents 000cb08 + 140e271 commit ac4b7eeCopy full SHA for ac4b7ee
3 files changed
py/BUILD.bazel
@@ -215,7 +215,7 @@ py_wheel(
215
python_requires = ">=3.7",
216
python_tag = "py3",
217
requires = [
218
- "urllib3[socks]~=1.26",
+ "urllib3[socks]>=1.26,<3",
219
"trio~=0.17",
220
"trio-websocket~=0.9",
221
"certifi>=2021.10.8",
py/requirements.txt
@@ -29,6 +29,6 @@ sortedcontainers==2.4.0
29
toml==0.10.2
30
trio==0.20.0
31
trio-websocket==0.9.2
32
-urllib3[socks]==1.26.9
+urllib3[socks]==2.0.2
33
wsproto==1.1.0
34
zipp==3.8.0
py/setup.py
@@ -71,7 +71,7 @@
71
'selenium.webdriver.support', ],
72
'include_package_data': True,
73
'install_requires': [
74
75
76
77
0 commit comments