Skip to content

bump docker-compose dependency to avoid dependency hell #3613

@lorenzwalthert

Description

@lorenzwalthert

Describe the feature you'd like

You depend on almost two year old docker-compose version (as an optional dependency). I.e. you depend on 1.29.2, but there is 2.15.1 This old dependency itself has version constraints on other packages such as jsonschema. My project (and/or its dependencies) depend on newer versions of jsonschema and hence I can't resolve the dependencies in my project.

How would this feature be used? Please describe.

Make it easier for users to resolve their dependencies.

Describe alternatives you've considered

Not making docker-compose a requirement in my poetry setup and install ad-hoc with pip install. This may cause unexpected conflicts.

Additional context
The use of docker-compose seems very limited in this repo and hence an upgrade and potential adaption effort would be low.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions