panodata / dwdweather2

Python client to access weather data from Deutscher Wetterdienst (DWD), the federal meteorological service in Germany.
https://community.panodata.org/t/dwdweather2-a-python-client-to-access-weather-data-from-deutscher-wetterdienst-dwd/98
MIT License
72 stars 13 forks source link

requests dependency outdated #32

Open BSVogler opened 11 months ago

BSVogler commented 11 months ago

Hi!

I cannot embed this into my project as the request library is outdated.

dwdweather2 (0.14.0) depends on requests (>=2.22,<2.23)

Does it have to be limited to <2.23?