mirror of https://github.com/celery/kombu.git
Limit requests<2.32.0 due to docker-py issue 3256 (#2011)
* Limit requests<2.32.0 due to docker-py issue 3256
* Limit rabbitmq docker image to 3.12
* Revert "Limit rabbitmq docker image to 3.12"
This reverts commit 9b9d6a05c2
.
* Limit tox-docker<=4.1 and requests<2.32.0 in tox.ini
This commit is contained in:
parent
617e4a4ec7
commit
eae75855e0
|
@ -2,3 +2,6 @@ typing_extensions; 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
|
||||
|
|
Loading…
Reference in New Issue