Skip to content

Commit

Permalink
Bump requests_toolbelt to make it work with urllib3 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz committed Oct 4, 2023
1 parent 268f4a0 commit c5a5230
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 @@ -43,7 +43,7 @@

install_requests_requires = [
"requests>=2.26,<3",
"requests_toolbelt>=0.9.1,<1",
"requests_toolbelt>=1.0.0,<2",
]

install_httpx_requires = [
Expand Down

0 comments on commit c5a5230

Please sign in to comment.