-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requests 2.32.0 Not supported URL scheme http+unix #73
Comments
Would the same fix work here? |
@brasse Yes, that is my understanding that that would be all that is required. |
FYI to all: since this project seems to be abandoned, but its longevity is important to my team, we've forked the project as
We've migrated the fix for this issue there, merged it, and released to PyPI as part of v0.4.0. |
Version 2.32.0 breaks with the "http+unix" protocol used by requests-unixsocket, which in turn is used by craft-parts. Pin this as a "dev" dependency since the issue is in craft-parts, and not here. Ref: msabramo/requests-unixsocket#73
Version 2.32.0 breaks with the "http+unix" protocol used by requests-unixsocket, which in turn is used by craft-parts. Pin this as a "dev" dependency since the issue is in craft-parts, and not here. Ref: msabramo/requests-unixsocket#73
Version 2.32.0 breaks with the "http+unix" protocol used by requests-unixsocket, which in turn is used by craft-parts. Pin this as a "dev" dependency since the issue is in craft-parts, and not here. Ref: msabramo/requests-unixsocket#73
Since requests-2.32.0, the http+unix url scheme is brokek, check msabramo/requests-unixsocket#73 for more details
Since requests-2.32.0, the http+unix url scheme is brokek, check msabramo/requests-unixsocket#73 for more details
requests 2.32.0 breaks requests-unixsocket, which seems to be abandoned [1]. So pin it to a version that works. [1]: msabramo/requests-unixsocket#73 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
requests 2.32.0 breaks requests-unixsocket, which seems to be abandoned [1]. So pin it to a version that works. [1]: msabramo/requests-unixsocket#73 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
requests 2.32.0 breaks requests-unixsocket, which seems to be abandoned [1]. So pin it to a version that works. [1]: msabramo/requests-unixsocket#73 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
requests 2.32.0 breaks requests-unixsocket, which seems to be abandoned [1]. So pin it to a version that works. [1]: msabramo/requests-unixsocket#73 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
requests 2.32.0 breaks requests-unixsocket, which seems to be abandoned [1]. So pin it to a version that works. [1]: msabramo/requests-unixsocket#73 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
requests 2.32.0 breaks requests-unixsocket, which seems to be abandoned [1]. So pin it to a version that works. [1]: msabramo/requests-unixsocket#73 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
requests 2.32.0 breaks requests-unixsocket, which seems to be abandoned [1]. So pin it to a version that works. [1]: msabramo/requests-unixsocket#73 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
requests 2.32.0 breaks requests-unixsocket, which seems to be abandoned [1]. So pin it to a version that works. [1]: msabramo/requests-unixsocket#73 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
requests 2.32.0 breaks requests-unixsocket, which seems to be abandoned [1]. So pin it to a version that works. [1]: msabramo/requests-unixsocket#73 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
requests 2.32.0 breaks requests-unixsocket, which seems to be abandoned [1]. So pin it to a version that works. [1]: msabramo/requests-unixsocket#73 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
requests 2.32.0 breaks requests-unixsocket, which seems to be abandoned [1]. So pin it to a version that works. [1]: msabramo/requests-unixsocket#73 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
requests 2.32.0 breaks requests-unixsocket, which seems to be abandoned [1]. So pin it to a version that works. [1]: msabramo/requests-unixsocket#73 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
Since requests-2.32.0, the http+unix url scheme is brokek, check msabramo/requests-unixsocket#73 for more details
requests 2.32.0 breaks requests-unixsocket, which seems to be abandoned [1]. So pin it to a version that works. [1]: msabramo/requests-unixsocket#73 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
requests 2.32 introduce behavior break in validating scheme: psf/requests#6707 requests-unixsocket is no more maintained but a fork was put in place to fix the issue: msabramo/requests-unixsocket#73
requests 2.32 introduce behavior break in validating scheme: psf/requests#6707 requests-unixsocket is no more maintained but a fork was put in place to fix the issue: msabramo/requests-unixsocket#73
Since requests-2.32.0, the http+unix url scheme is brokek, check msabramo/requests-unixsocket#73 for more details
xref #72 |
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?
The text was updated successfully, but these errors were encountered: