bretterer / rivian-python-client

Unofficial Rivian Client for Python
25 stars 7 forks source link

Update cryptography dependency constraints #92

Closed krazos closed 2 months ago

krazos commented 2 months ago

Update cryptography dependency constraints for compatibility with HA 2024.8, which requires cryptography==43.0.0

natekspencer commented 2 months ago

Update cryptography dependency constraints for compatibility with HA 2024.8, which requires cryptography==43.0.0

You'll want to run poetry update cryptography --lock as part of this update and then commit the poetry.lock file

natekspencer commented 2 months ago

Thanks @krazos!