-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
support pyyaml 6.0 in docker-compose v1 #9114
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale |
This issue has been automatically closed because it had not recent activity during the stale period. |
Not stale |
What a hostile bot to have in your repository - ignore a problem for long enough and it'll go away! |
see, that was all that was necessary to say. it wasn't too hard, was it? |
Hello
I want to install
docker-compose
andpyyaml=6.0
with poetry. However, when I runpoetry add docker-compose pyyaml
, I get a dependency error:Steps to reproduce the issue:
poetry add docker-compose pyyaml
Problem:
docker-compose==1.29.2 uses a pyyaml version:
PyYAML >= 3.10, < 6
Request:
Can this dependency be updated for using version 6.0?
Additional environment details:
The text was updated successfully, but these errors were encountered: