-
Notifications
You must be signed in to change notification settings - Fork 21
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
fix: Patch preloaded SSL context for requests library #164
fix: Patch preloaded SSL context for requests library #164
Conversation
ccec733
to
e3d91ee
Compare
933e452
to
122750f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worked for me
122750f
to
4c6f13b
Compare
requests 2.32.0 introduced a preloaded SSL context, which needs to be patched manually unfortunately
4c6f13b
to
1e18a51
Compare
compileall fails now, unrelated to the PR :)
Fixed in d7465d0, pinning the ubuntu runner version |
@sethmlarson is there anything blocking this PR from getting merged? :) In case you need anything, please let me know 😊 |
As confirmed in #155, this PR doesn't fix that issue so removed the reference. I edited your original comment to get the proper "fixes" linkages too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
requests 2.32.0 introduced a preloaded SSL context, which needs to be patched manually unfortunately.
This PR adds the according functionality.
Fixes #165
Fixes #143