Skip to content

Commit 0522288

Browse files
authored
Restrict urllib3 to versions 1.x (#413)
1 parent db6d277 commit 0522288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
install_requests_requires = [
4545
"requests>=2.26,<3",
4646
"requests_toolbelt>=0.9.1,<1",
47-
"urllib3>=1.26",
47+
"urllib3>=1.26,<2",
4848
]
4949

5050
install_httpx_requires = [

0 commit comments

Comments
 (0)