tillsteinbach / WeConnect-python

Python API for the Volkswagen WeConnect Services
MIT License
105 stars 28 forks source link

Upgrade requests #133

Closed woutercoppens closed 1 year ago

woutercoppens commented 1 year ago

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?

tillsteinbach commented 1 year ago

Here you go: 0.55.1

woutercoppens commented 1 year ago

thx a lot.