Unclaimed project
Are you a maintainer of pipenv? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
pipenv
Python Development Workflow for Humans.
packagingpippipfilepythonvirtualenv
Last updated 1 day ago
Back to changelogNew
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/6457Update vendored pipdeptree to 2.30.0 by @matteius in https://github.com/pypa/pipenv/pull/6458Fix pipenv graph not showing version info for dependencies by @matteius in https://github.com/pypa/pipenv/pull/6459Update Docker docs to clarify --system flag usage by @matteius in https://github.com/pypa/pipenv/pull/6461Fix PIPENV_ACTIVE not being unset on deactivate by @matteius in https://github.com/pypa/pipenv/pull/6462Fix markers not being respected for file and VCS dependencies by @matteius in https://github.com/pypa/pipenv/pull/6460Fix pipenv check --quiet not working properly by @matteius in https://github.com/pypa/pipenv/pull/6463Fix pipenv update --dev updating transitive deps independently by @matteius in https://github.com/pypa/pipenv/pull/6464Fix editable package name incorrectly parsed from test files by @matteius in https://github.com/pypa/pipenv/pull/6465Fix VCS dependencies not reinstalling when ref/commit changes by @matteius in https://github.com/pypa/pipenv/pull/6466Fix pipenv-resolver CLI not working by @matteius in https://github.com/pypa/pipenv/pull/6468Fix SSH git username being incorrectly redacted by @matteius in https://github.com/pypa/pipenv/pull/6469Fix malformed lockfile exiting successfully with code 0 by @matteius in https://github.com/pypa/pipenv/pull/6467Fix Windows CI failures and validate --index argument by @matteius in https://github.com/pypa/pipenv/pull/6470Improve resolver error display for end users by @matteius in https://github.com/pypa/pipenv/pull/6471Fix subprocess deadlock in resolver causing pipenv lock to hang by @matteius in https://github.com/pypa/pipenv/pull/6472Fix --lock-only flag for pipenv upgrade command by @matteius in https://github.com/pypa/pipenv/pull/6473Fix Windows shutil.rmtree error on Python 3.12+ by @matteius in https://github.com/pypa/pipenv/pull/6474Add PIPENV_PYENV_AUTO_INSTALL environment variable by @matteius in https://github.com/pypa/pipenv/pull/6475Fix typo in get_constraints_from_deps version formatting by @matteius in https://github.com/pypa/pipenv/pull/6476Fix benchmark CI hanging due to pipe buffer deadlock by @matteius in https://github.com/pypa/pipenv/pull/6477Full Changelog: https://github.com/pypa/pipenv/compare/v2025.1.3...v2026.0.0
Release v2026.0.0 - pipenv Release Notes | AnnounceHQ