You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly disable pip version checks when bootstrapping pip (#470)
These are currently implicitly disabled due to a pip implementation
detail, where it doesn't check for updates unless it finds that it is
installed in the current environment.
However, it's clearer if we disable them explicitly (and it also saves
pip from having to query the list of currently installed packages).
See:
https://pip.pypa.io/en/stable/cli/pip/#cmdoption-disable-pip-version-checkGUS-W-20289843.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- Deprecated support for Python 3.10. ([#467](https://github.com/heroku/buildpacks-python/pull/467))
13
13
- Updated uv from 0.9.9 to 0.9.11. ([#468](https://github.com/heroku/buildpacks-python/pull/468))
14
+
- Explicitly disabled pip version checks when bootstrapping pip. ([#470](https://github.com/heroku/buildpacks-python/pull/470))
14
15
- Unpinned Poetry's `dulwich` version, since the upstream incompatibility with older Python has been fixed. ([#464](https://github.com/heroku/buildpacks-python/pull/464))
0 commit comments