-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Github Action execution is blocked due to a possible bug on the docker python library. #261
Comments
Thanks for the report! Can we try bumping |
There has been an approved but unmerged fix on docker-py since yesterday docker/docker-py#3116 . Currently, I guess for now it would be simpler and faster to release a |
On second thought, locking the |
PR is welcome |
Lock "requests" and urllib3 version to fix incompatibility with docker-py 6.0.1 Fixes wemake-services#261
Lock "requests" and "urllib3" versions to fix incompatibility with docker-py 6.0.1 Fixes wemake-services#261
Lock "requests" and "urllib3" versions to fix incompatibility with docker-py 6.0.1 Fixes #261
Just to help anyone who uses this action and has a problem. There is a bug in docker python library that is not compatible with the latest versions of requests/urllib3.
The solution currently seems to be to force block the versions of requests and urllib3:
"requests<2.29" "urllib3<2"
docker/docker-py#3113
The text was updated successfully, but these errors were encountered: