Skip to content

Request to not pin dependencies #195

@allenporter

Description

@allenporter

It would be super helpful if this project did not pin required dependencies to specific versions. The common symptom is that basically if downstream projects are ahead then we'll see errors like this:

The conflict is caused by:
    The user requested pytest-asyncio==0.23.7
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
    pytest-homeassistant-custom-component 0.13.124 depends on pytest-asyncio==0.23.6

I understand why it may be useful to block major versions of pytest or something or known bad issues, so that is ok, but minor version pinning is too strict.

(My impression is this happens because this project shared dependencies between setup and dev. Its usually fine to pin dependencies for dev -- i do this also -- but left the required packages in setup.py drift with a minimum version).

Thank you for maintaining this great library, i use this in nearly all of my home assistant related projects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions