Skip to content

Commit

Permalink
Reverted limiting requests<2.32.0 in requirements/default.txt but kep…
Browse files Browse the repository at this point in the history
…t in tox.ini due to docker-py issue 3256 (#2041)

* Revert "Limit requests<2.32.0 due to docker-py issue 3256 (#2011)"

This reverts commit eae7585.

* Keep requests<2.32.0 limit in tox.ini

* Undo any change in tox.ini to have a clean PR
  • Loading branch information
Nusnus authored Jun 25, 2024
1 parent 0c9c243 commit d05b4b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ typing_extensions==4.12.1; python_version<"3.10"
amqp>=5.1.1,<6.0.0
vine
backports.zoneinfo[tzdata]>=0.2.1; python_version < '3.9'
# due to this bug https://github.com/docker/docker-py/issues/3256
# we need to hard-code the version of requests
requests<2.32.0

0 comments on commit d05b4b0

Please sign in to comment.