Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements: Bump docker to 7.1.0 #25

Merged
merged 1 commit into from
Jul 24, 2024
Merged

Conversation

awelzel
Copy link
Contributor

@awelzel awelzel commented Jul 24, 2024

This is to fix requests 2.32.0 not being compatible with docker 6.1.3, raising errors like:

api-1        | 172.18.0.1 - - [24/Jul/2024:08:51:03 +0000] "POST /zeek?branch=my-testing ... HTTP/1.1" 200 100 "-" "python-requests/2.31.0"
rq-1         |     raise InvalidURL(e, request=request)
rq-1         | requests.exceptions.InvalidURL: Not supported URL scheme http+docker

docker/docker-py#3257 (comment)

This is to fix requests 2.32.0 not being compatible with docker 6.1.3,
raising errors like:

    api-1        | 172.18.0.1 - - [24/Jul/2024:08:51:03 +0000] "POST /zeek?branch=my-testing ... HTTP/1.1" 200 100 "-" "python-requests/2.31.0"
    rq-1         |     raise InvalidURL(e, request=request)
    rq-1         | requests.exceptions.InvalidURL: Not supported URL scheme http+docker

docker/docker-py#3257 (comment)
@awelzel awelzel merged commit 6464208 into master Jul 24, 2024
3 checks passed
@awelzel awelzel deleted the topic/awelzel/bump-docker-py branch July 24, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant