Update floors for certifi and urllib3 to something more reasonable#7189
Open
nateprewitt wants to merge 1 commit intomainfrom
Open
Update floors for certifi and urllib3 to something more reasonable#7189nateprewitt wants to merge 1 commit intomainfrom
nateprewitt wants to merge 1 commit intomainfrom
Conversation
Member
Author
|
Looks like we have some CI issues. I'll raise a separate PR to address those first. |
Member
Author
|
CI should be fixed once #7190 is merged. |
e6aa36f to
98ab928
Compare
Member
Author
|
Updates should be migrated to pyproject.toml now. |
98ab928 to
f6c38ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have left the floors for both certifi and urllib3 low for several years to facilitate installations on older versions of Linux distros where the issues have been patched in an effort to allow maximum compatibility. After reviewing the current floors, we've decided to bring them into a more reasonable range.
urllib3 1.26.0 was released on November 10th, 2020. The 1.26.x branch of urllib3 is no longer supported by the urllib3 team. We'd strongly recommend users move to urllib3 2.x if they have not already. We will be dropping support for 1.26.x releases in a future release.
certifi 2023.5.7 was released May 7th, 2023. We've chosen this release as the earliest release for today - 3 years. We'd again strongly recommend users remain up to date with their version of certifi as this controls the default certificate bundle used with Requests.