Please update the upstream : new docker-py version 7.1.0
Description:
There was an issue that was introduced an patched with the requests 2.32.0 python library for docker-py. The work has been done under this pr https://github.com/docker/docker-py/pull/3257 The new updated version of docker-py is 7.1.0 : https://github.com/docker/docker-py/releases/tag/7.1.0 which fixes the error introduced by requests 2.32.0
Additional info:
- package version(s):https://github.com/docker/docker-py/releases/tag/7.1.0
- config and/or log files:
- link to upstream bug report, if any:https://github.com/docker/docker-py/pull/3257
Steps to reproduce:
With requests 2.32.0 which is used by docker-py 7.0.0 the docker library fails with the following exception error: docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker