Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update pip to v22.1 #732

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

Closed
wants to merge 1 commit into from
Closed

Update pip to v22.1 #732

wants to merge 1 commit into from

Conversation

kmecpp
Copy link

@kmecpp kmecpp commented Jun 3, 2022

The current version (22.0.4) doesn't have support for this flag pypa/pip#10990 / pypa/pip#11035

@tianon
Copy link
Member

tianon commented Jun 3, 2022

The intent of the pinning changes we did was to allow Python upstream to determine which version of pip we're installing (so that we're consistent with a vanilla install of Python since there are so many opinions on specifically which version of pip we should provide).

It does appear that we're finally to a place where the version of pip in every supported version of Python is higher than what we were pinning our minimum to (for backwards compatibility with our previous images only), so we should probably remove all the "minimum pip version" code from that versions.sh file instead.

If you want or need a newer pip in your own images, I'd suggest updating it early in your Dockerfile.

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.

3 participants