-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Update bundled pip to 25.0.1 #129583
Copy link
Copy link
Closed
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-ensurepiptype-featureA feature request or enhancementA feature request or enhancement
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-ensurepiptype-featureA feature request or enhancementA feature request or enhancement
Feature
Description:
A new version of pip was recently released, but
ensurepipstill uses an older version. As a result, when creating a new virtual environment,ensurepipinstalls an outdated version of pip, leading to a warning whenever pip is used.For example:
python3 -m venv venv source venv/bin/activate pip install python-dotenvProduces the following output:
This results in an unnecessary warning about an outdated pip version.
CPython versions tested on:
3.12
Operating systems tested on:
Linux
Linked PRs