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

pip cannot solve for urllib3 version as of requests 2.30.0 #9826

Closed
jacobtylerwalls opened this issue Jul 24, 2023 · 0 comments
Closed

pip cannot solve for urllib3 version as of requests 2.30.0 #9826

jacobtylerwalls opened this issue Jul 24, 2023 · 0 comments

Comments

@jacobtylerwalls
Copy link
Member

jacobtylerwalls commented Jul 24, 2023

After requests lifted its upper bound on urllib3 from 1.27 to <3 in its recent v2.30.0 (2023-05-03), it will be necessary to reintroduce an upper bound on urllib3 for the moment.

Specifically, I was seeing this failure with pip install -r arches/install/requirements.txt:

pkg_resources.ContextualVersionConflict: (urllib3 2.0.4 (/Users/jwalls/arches/env/lib/python3.7/site-packages), Requirement.parse('urllib3<2,>=1.26.2'), {'elastic-transport'})

I plan to submit a PR shortly.

jacobtylerwalls added a commit to jacobtylerwalls/arches that referenced this issue Jul 24, 2023
`requests` lifted its upper bound from <1.26 to <3
in 2.30.0, but this conflicts with `elastic-transport`'s
upper bound of <2.
chiatt added a commit that referenced this issue Jul 25, 2023
@chiatt chiatt closed this as completed Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants