Remove upper bound constraints on python and dependencies by natekspencer · Pull Request #166 · bretterer/rivian-python-client

Conversation

@natekspencer

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.

1 participant

@natekspencer