Uh oh!
There was an error while loading. Please reload this page.
Unpin from requests 2.21.0 - #36
Open
kakoma wants to merge 1 commit into
Open
Conversation
raybesiga
commented
Oct 13, 2022
Member
kakoma
commented
Oct 20, 2022
Author
@raybesiga Thanks. I see this in the failure log: Haven't follow-through to see what's at the root of this but maybe the team might see something immediately, just looking at it? I'm not able to dig further into it at this point unfortunately |
raybesiga
commented
Oct 21, 2022
Member
We no longer maintain this library but will see if I can get the requisite support in due course @kakoma |
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 freeto 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.

Version 2.21.0 was released in 2018. Pinning the package to it creates dependency issues since other packages, such as
urllib3, can't be updated past a certain version due to this constraint.This PR opens this up to 2.2x since that picks newer versions but also steers clear of major updates. As of this writing, the latest version is 2.28.1