-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
pin docker dependency to <7.0.0 #9864
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick fix!
|
Already reported upstream: docker/docker-py#3195 |
|
Failure of |
|
Reported this as a bug in docker/docker-py#3240 |
|
Hi @consideRatio! |
|
Oh, thank you for helping me get that! |
Motivation
It doesn't seem to break anything here yet but it technically could lead to the same kind of issues for users of community.
Recently the docker PyPI package was updated to 7.0.0 which started breaking integration tests in -ext with the following kind of exception:
Context
Change that was included in their
7.0.0release: docker/docker-py#3191Changes
dockerdependency to<7.0.0to avoid the breaking change for now until we know how to circumvent this