tillsteinbach/WeConnect-python

Upgrade requests

Closed this issue · 2 comments

Describe the bug
Mitch homeassistant plugin uses this library but since the last version of homeassistant (2023.6) it doesn't work anymore
https://github.com/mitch-dc/volkswagen_we_connect_id

To Reproduce
weconnect requires requests~=2.29.0
homeassistant comes with requests 2.31.0

https://github.com/home-assistant/core/blob/dev/requirements.txt

Would it be possible to upgrade to a newer version of requests?

Here you go: 0.55.1

thx a lot.