core icon indicating copy to clipboard operation
core copied to clipboard

Upgrade to requests >= 2.30, urllib3 >= 2

Open kba opened this issue 2 years ago • 0 comments

The 2.30 release of requests is now based on the urllib3 release 2.0, which brought some breaking changes with it.

For now, I've pinned requests to < 2.30 because google-auth and requests_unixsocket require an older urllib3 and requests_unixsocket (there is an umerged PR https://github.com/msabramo/requests-unixsocket/pull/69 for that).

kba avatar Aug 22 '23 14:08 kba