Skip to content

SG-19308 bundle certifi #235

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

Merged
merged 6 commits into from
Nov 10, 2020
Merged

SG-19308 bundle certifi #235

merged 6 commits into from
Nov 10, 2020

Conversation

pscadding
Copy link
Contributor

This PR bundles the Python module certifi with the API. The reason for doing this is so that the API ships with the latest certs at the time, and uses them by default. This should hopefully remove the issue where clients are using old Python interpreters that are bundled with out of date certs.

I haven't updated/created a software credits and requirements file for this change, as we are going to be adding one anyway as part of a separate ticket, so I felt it was better to leave that for now.

@pscadding pscadding requested a review from jfboismenu November 3, 2020 14:56
@@ -0,0 +1,3 @@
from .core import contents, where
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'.core.contents' imported but unused
'.core.where' imported but unused

Copy link
Contributor

@jfboismenu jfboismenu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!
image

@pscadding pscadding merged commit 9c90991 into master Nov 10, 2020
@pscadding pscadding deleted the SG-19308-bundle-certifi branch November 10, 2020 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants