Skip to content

Commit

Permalink
Pin the version of requests library
Browse files Browse the repository at this point in the history
to 2.31.0 to avoid the bug psf/requests#6707 .
  • Loading branch information
gregorjerse committed May 21, 2024
1 parent 7c4238e commit 9cb2a0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
"wrapt~=1.15.0",
"pyzmq~=25.1.2",
"uvloop~=0.19.0",
# The requests library version 2.32 is incompatible with the docker-py.
# See https://github.com/psf/requests/issues/6707 for details.
# Remove the version pin when the issue is resolved.
"requests==2.31.0",
],
extras_require={
"storage_s3": [
Expand Down

0 comments on commit 9cb2a0b

Please sign in to comment.