Skip to content

Commit

Permalink
Restrict urllib3 to versions 1.x (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz authored May 5, 2023
1 parent db6d277 commit 0522288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
install_requests_requires = [
"requests>=2.26,<3",
"requests_toolbelt>=0.9.1,<1",
"urllib3>=1.26",
"urllib3>=1.26,<2",
]

install_httpx_requires = [
Expand Down

0 comments on commit 0522288

Please sign in to comment.