Skip to content
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

Allow urllib3 1.23 #4669

Merged
merged 1 commit into from Jun 5, 2018
Merged

Allow urllib3 1.23 #4669

merged 1 commit into from Jun 5, 2018

Conversation

michael-k
Copy link
Contributor

@codecov-io
Copy link

codecov-io commented Jun 5, 2018

Codecov Report

Merging #4669 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4669   +/-   ##
=======================================
  Coverage   66.62%   66.62%           
=======================================
  Files          15       15           
  Lines        1564     1564           
=======================================
  Hits         1042     1042           
  Misses        522      522

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00fd4c8...ac944b7. Read the comment docs.

Copy link
Member

@sethmlarson sethmlarson left a comment

Choose a reason for hiding this comment

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

LGTM :)

Copy link
Member

@nateprewitt nateprewitt left a comment

Choose a reason for hiding this comment

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

Hi @michael-k, thanks for the initiative here. We’ve historically done this bump when we release a new major version of Requests as part of our release proceess. That is typically a week or two after the urllib3 release so there’s time for any immediate bugs to surface.

Since we’re no longer vendoring, we can merge this now, but it will probably be easier in the future to do all the release actions at once. Thanks again!

@nateprewitt nateprewitt merged commit d98f881 into psf:master Jun 5, 2018
@michael-k michael-k deleted the patch-1 branch June 5, 2018 13:52
@bar
Copy link

bar commented Jun 5, 2018

Can you please bump requests with this fix so we can fix the current version conflicts?

There are a lot of other libs out there that don't cap urllib3 meaning they are failing due to this cap

@nateprewitt
Copy link
Member

Hi @bar, I’ve just commented on a PR to address this. We usually won’t modify this until we are ready for a release. It shouldn’t break anything, but simply emits a warning.

We’ll have a release out in the next week or two once urllib3’s new version has had a chance to settle. I’ll try to get master a bit cleaner this evening.

@lilydjwg
Copy link

lilydjwg commented Jun 6, 2018

Lots of warning emails send me here. I'm going to edit the local code now because I don't like the coming thousands of emails.

jeremycline added a commit to jeremycline/requests that referenced this pull request Jun 7, 2018
Requests allows v1.23 in psf#4669, but the compatibility check at import
time still looks for 22. Bump the version to 23.

Signed-off-by: Jeremy Cline <jcline@redhat.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants