Skip to content

Commit

Permalink
[7.17] Allow urllib3 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Oct 30, 2023
1 parent eb9eb05 commit 5fe6eb5
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 @@ -52,7 +52,7 @@
]

install_requires = [
"urllib3>=1.21.1, <2",
"urllib3>=1.21.1, <3",
"certifi",
]
tests_require = [
Expand Down

0 comments on commit 5fe6eb5

Please sign in to comment.