Skip to content

Commit

Permalink
Fix Not supported URL scheme http+docker
Browse files Browse the repository at this point in the history
```
docker.errors.DockerException: Error while fetching server API version:
Not supported URL scheme http+docker
```
See docker/docker-py#3256 for details.
  • Loading branch information
akuzminsky committed Sep 15, 2024
1 parent 652a066 commit 1895f5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ psutil ~= 5.4
pyasn1 ~= 0.4
datadog ~= 0.22
paramiko ~= 3.4
requests<2.32.0 # See https://github.com/docker/docker-py/issues/3256
google ~= 3.0
google-cloud-storage ~= 2.3.0
statsd ~= 3.3
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ pynacl==1.5.0
# via paramiko
python-dateutil==2.9.0.post0
# via botocore
requests==2.32.3
requests==2.31.0
# via
# -r requirements.in
# azure-core
# datadog
# google-api-core
Expand Down

0 comments on commit 1895f5e

Please sign in to comment.