mirror of https://github.com/celery/kombu.git
Reverted limiting requests<2.32.0 in requirements/default.txt but kept 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 eae75855e0
.
* Keep requests<2.32.0 limit in tox.ini
* Undo any change in tox.ini to have a clean PR
This commit is contained in:
parent
0c9c243348
commit
d05b4b0cb3
|
@ -2,6 +2,3 @@ typing_extensions==4.12.1; python_version<"3.10"
|
||||||
amqp>=5.1.1,<6.0.0
|
amqp>=5.1.1,<6.0.0
|
||||||
vine
|
vine
|
||||||
backports.zoneinfo[tzdata]>=0.2.1; python_version < '3.9'
|
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