🤖 AI-Generated Changelog
Added
- Add
pipenv removecommand as a dedicated subcommand for removing virtualenvs
Deprecated
- Deprecate the
--rmoption in favor of the newpipenv removecommand
Fixed
- Restore
--preflag behavior with pip 26+ by callingcheck_release_control_exclusiveinResolver.pip_options - Guard against empty resolution in
_clean_unused_dependenciesto prevent errors during upgrade cleanup (#6002) - Run
python -m virtualenvfrom an empty directory to preventPYTHONPATHpollution affecting virtual environment creation (#6568)
🔗 Full Changelog: v2026.2.1...v2026.2.2