canonical / pylxd

Python module for LXD
https://pylxd.readthedocs.io/en/latest/
Apache License 2.0
256 stars 135 forks source link

setup.cfg: requests 2.32.0+ breaks requests-unixsocket #580

Closed simondeziel closed 4 months ago

simondeziel commented 4 months ago

requests 2.32 security fix recommends a fix: https://github.com/psf/requests/pull/6710

This was proposed (but not yet merged) to requests-unixsocket in: https://github.com/msabramo/requests-unixsocket/pull/72

Fixes #579.