Limit requests<2.32.0 due to docker-py issue 3256

This commit is contained in:
Tomer Nosrati 2024-05-29 20:24:29 +03:00
parent 617e4a4ec7
commit 12e0dabcf4
1 changed files with 3 additions and 0 deletions

View File

@ -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