New
Release v2026.0.0
What's Changed
- Requested quiet addition 6287 by @matteius in https://github.com/pypa/pipenv/pull/6393
- PEP 751 experimental pylock.toml support by @matteius in https://github.com/pypa/pipenv/pull/6391
- Fix --dev-only requirements filtering and scan command docs by @matteius in https://github.com/pypa/pipenv/pull/6451
- Fix --quiet flag to actually suppress output during install by @matteius in https://github.com/pypa/pipenv/pull/6452
- Validate Python version when using --system flag by @matteius in https://github.com/pypa/pipenv/pull/6453
- Enhance --system flag support for Docker workflows by @matteius in https://github.com/pypa/pipenv/pull/6454
- Fix pipenv update incorrectly marking all packages as modified by @matteius in https://github.com/pypa/pipenv/pull/6455
- Handle venv_resolve_deps exception by @matteius in https://github.com/pypa/pipenv/pull/6456
- PEP660 editable VCS dependencies not reinstalled correctly by @matteius in https://github.com/pypa/pipenv/pull/6362
- Support --dev flag for uninstall by @matteius in https://github.com/pypa/pipenv/pull/6392
- Fix Issue 6347: default constraints not applying to other categories by @matteius in https://github.com/pypa/pipenv/pull/6364
- Add pipenv audit command using pip-audit for vulnerability scanning by @matteius in https://github.com/pypa/pipenv/pull/6457
- Update vendored pipdeptree to 2.30.0 by @matteius in https://github.com/pypa/pipenv/pull/6458
- Fix pipenv graph not showing version info for dependencies by @matteius in https://github.com/pypa/pipenv/pull/6459
- Update Docker docs to clarify --system flag usage by @matteius in https://github.com/pypa/pipenv/pull/6461
- Fix PIPENV_ACTIVE not being unset on deactivate by @matteius in https://github.com/pypa/pipenv/pull/6462
- Fix markers not being respected for file and VCS dependencies by @matteius in https://github.com/pypa/pipenv/pull/6460
- Fix pipenv check --quiet not working properly by @matteius in https://github.com/pypa/pipenv/pull/6463
- Fix pipenv update --dev updating transitive deps independently by @matteius in https://github.com/pypa/pipenv/pull/6464
- Fix editable package name incorrectly parsed from test files by @matteius in https://github.com/pypa/pipenv/pull/6465
- Fix VCS dependencies not reinstalling when ref/commit changes by @matteius in https://github.com/pypa/pipenv/pull/6466
- Fix pipenv-resolver CLI not working by @matteius in https://github.com/pypa/pipenv/pull/6468
- Fix SSH git username being incorrectly redacted by @matteius in https://github.com/pypa/pipenv/pull/6469
- Fix malformed lockfile exiting successfully with code 0 by @matteius in https://github.com/pypa/pipenv/pull/6467
- Fix Windows CI failures and validate --index argument by @matteius in https://github.com/pypa/pipenv/pull/6470
- Improve resolver error display for end users by @matteius in https://github.com/pypa/pipenv/pull/6471
- Fix subprocess deadlock in resolver causing pipenv lock to hang by @matteius in https://github.com/pypa/pipenv/pull/6472
- Fix --lock-only flag for pipenv upgrade command by @matteius in https://github.com/pypa/pipenv/pull/6473
- Fix Windows shutil.rmtree error on Python 3.12+ by @matteius in https://github.com/pypa/pipenv/pull/6474
- Add PIPENV_PYENV_AUTO_INSTALL environment variable by @matteius in https://github.com/pypa/pipenv/pull/6475
- Fix typo in get_constraints_from_deps version formatting by @matteius in https://github.com/pypa/pipenv/pull/6476
- Fix benchmark CI hanging due to pipe buffer deadlock by @matteius in https://github.com/pypa/pipenv/pull/6477
Full Changelog: https://github.com/pypa/pipenv/compare/v2025.1.3...v2026.0.0