Remove upper bound constraints on python and dependencies by natekspencer · Pull Request #166 · bretterer/rivian-python-client
Conversation
Right now we assume major changes in python or other libraries break, which means we have to release a new version anytime a change happens. This has proven to be a headache and we end up with releases that only adjust the dependency constraints, especially as HA evolves. This switches that logic to assume changes work by default, and now we should only need to make new releases if we find that an update is incompatible.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters