-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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
Labels
No labels