Skip to content

requirements.txt: Restrict version of `requests`

Jürg Billeter requested to merge juerg/docker-requests into master

docker-py is not compatible with requests 2.32.0, failing with:

docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker

https://github.com/docker/docker-py/issues/3256

This broke buildbox-e2e tests.

Merge request reports

Loading