Lots of new stuff in pip 26.2:

🍊 Support for Python 3.15
🍊 Selecting only dependencies
🍊 Experimental: venv based build isolation
🍊 Faster repeated resolves by caching index simple responses
🍊 No more progress bar spam in CI
🍊 Deprecation to remove the legacy dependency resolver (--use-deprecated=legacy-resolver)

See @ichard26's post for more!

sichard.ca/blog/2026/07/whats-
#Python #pip

sichard.ca/blog/2026/07/whats-new-in-pip-26.2/
sichard.caWhat's new in pip 26.2 - only-deps and venv isolation! pip 26.2 adds support for installing dependencies exclusively (--only-deps), hashed and non-hashed requirements together (--no-require-hashes), experimental venv-based build isolation, faster repeated dependency resolves, and Python 3.15. Also included are a smattering of bugfixes.
en