Skip to content

Commit

Permalink
Restrict urllib3 to versions 1.x (graphql-python#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz committed May 6, 2023
1 parent dd51c4c commit 3df85dc
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_websockets_requires = [
Expand Down

0 comments on commit 3df85dc

Please sign in to comment.