tillsteinbach / WeConnect-python

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

Downgrading requests as HomeAssistant doesn't currently allow version… #109

Closed robinostlund closed 1 year ago

robinostlund commented 1 year ago

Hi, Wondering if it is possible to downgrade requests library to version 2.28.1? as HomeAssistant doesn't allow 2.28.2 yet and won't be updated untill April.

Issue today is that https://github.com/mitch-dc/volkswagen_we_connect_id uses this library and it breaks cause of dependency missmatch.

mitch-dc commented 1 year ago

I'm hoping they will include the change earlier. But i don't know yet: https://github.com/home-assistant/core/pull/88956

A downgrade of the dependancy will fix the issue but i can understand that it's not really the best-practice.

robinostlund commented 1 year ago

@mitch-dc saw that your PR has been merged to 2023.3.1 now so i will close this PR :)