| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-24 | 693 Bytes | |
| Release v2026.2.2 source code.tar.gz | 2026-03-24 | 10.6 MB | |
| Release v2026.2.2 source code.zip | 2026-03-24 | 11.0 MB | |
| Totals: 3 Items | 21.6 MB | 0 | |
🤖 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: https://github.com/pypa/pipenv/compare/v2026.2.1...v2026.2.2