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

support pyyaml 6.0 in docker-compose v1 #9114

Closed
PJ-Schulz opened this issue Jan 19, 2022 · 7 comments
Closed

support pyyaml 6.0 in docker-compose v1 #9114

PJ-Schulz opened this issue Jan 19, 2022 · 7 comments
Labels

Comments

@PJ-Schulz
Copy link

Hello

I want to install docker-compose and pyyaml=6.0 with poetry. However, when I run poetry add docker-compose pyyaml, I get a dependency error:

Steps to reproduce the issue:
poetry add docker-compose pyyaml

Using version ^1.29.2 for docker-compose
Using version ^6.0 for PyYAML

Updating dependencies
Resolving dependencies... (0.0s)

  SolverProblemError

  Because docker-compose (1.29.2) depends on PyYAML (>=3.10,<6)
   and no versions of docker-compose match >1.29.2,<2.0.0, docker-compose (>=1.29.2,<2.0.0) requires PyYAML (>=3.10,<6).
  So, because dockerpytest depends on both docker-compose (^1.29.2) and PyYAML (^6.0), version solving failed.

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:

  • python version: Python 3.9.4
  • poetry version Poetry .1.8
@stale
Copy link

stale bot commented Jul 31, 2022

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.

@stale stale bot added the stale label Jul 31, 2022
@renefritze
Copy link

Not stale

@stale
Copy link

stale bot commented Aug 13, 2022

This issue has been automatically closed because it had not recent activity during the stale period.

@stale stale bot closed this as completed Aug 13, 2022
@aguckenber-chwy
Copy link

Not stale

@jnawk
Copy link

jnawk commented Jul 21, 2023

What a hostile bot to have in your repository - ignore a problem for long enough and it'll go away!

@glours
Copy link
Contributor

glours commented Jul 21, 2023

@jnawk Compose v1 is EOL, we don't do any support to the Python version anymore
We communicate a lot for more than a year about this, see the README of the python branch or the different blog posts here or here

@jnawk
Copy link

jnawk commented Jul 21, 2023

see, that was all that was necessary to say. it wasn't too hard, was it?
closing issues without even ever saying anything, while convenient for you is a toxic user experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants