msabramo / requests-unixsocket

Use requests to talk HTTP via a UNIX domain socket
Apache License 2.0
207 stars 29 forks source link

Requests 2.32.0 Not supported URL scheme http+unix #73

Open cartertinney opened 5 months ago

cartertinney commented 5 months ago

Latest security fix for requests has broken requests-unixsocket. It appears they do not plan to fix the breakage, and are suggesting it be the responsibility of consuming libraries.

Will there be a fix coming for this? Or will PRs for fixing it be accepted/released?

brasse commented 5 months ago

Would the same fix work here?

https://github.com/docker/docker-py/pull/3257

cartertinney commented 5 months ago

@brasse Yes, that is my understanding that that would be all that is required.

crgwbr commented 5 months ago

FYI to all: since this project seems to be abandoned, but its longevity is important to my team, we've forked the project as requests-unixsocket2. It should be a drop in replacement for this package.

We've migrated the fix for this issue there, merged it, and released to PyPI as part of v0.4.0.