pangaea-data-publisher / pangaeapy

PANGAEA Python Client
https://www.pangaea.de/
GNU General Public License v3.0
28 stars 18 forks source link

Allow more recent version of Python Requests #35

Closed fspreck-indiscale closed 1 year ago

fspreck-indiscale commented 1 year ago

I'm having version conflicts when installing Pangeapy together with another dependency of my projects which requires requests[socks] 2.28.1 whereas Pangeapy requires requests~=2.26.0. Is there any reason not to upgrade the dependency?

huberrob commented 1 year ago

You are right, I think I should change it to requests>=2.26.0

fspreck-indiscale commented 1 year ago

Thanks for the quick response, that fixes it for me :-)