Releases: pypa/pipenv
Releases Β· pypa/pipenv
Release v2026.0.3
Release v2026.0.2
What's Changed
- Fix: Allow shell builtins to work with pipenv run by @matteius in #6487
- Fix: Allow packages with only prerelease versions to be installed by @matteius in #6486
- Fix: Auto-enable fancy shell mode when Oh My Posh is detected by @matteius in #6488
- Fix: Preserve environment markers when importing requirements.txt by @matteius in #6489
- Fix: Unset COLUMNS and LINES before spawning pipenv shell by @matteius in #6490
- Fix: Use sys.executable -m pipenv instead of bare pipenv command by @matteius in #6491
- Improve error messages for build wheel failures by @matteius in #6492
- Add 'pipenv activate' command for current shell activation by @matteius in #6494
- Docs: Update installation guide for PEP 668 compatibility by @matteius in #6495
- Add --no-lock flag to 'pipenv requirements' command by @matteius in #6496
- Add PIPENV_PROJECT_DIR environment variable by @matteius in #6497
Full Changelog: v2026.0.1...v2026.0.2
Release v2026.0.1
What's Changed
- Fix pip.conf index-url not being honored after pip 25.3 update by @matteius in #6479
- Fix: Respect PIPENV_VERBOSITY=-1 for .env loading message by @matteius in #6480
- Fix: Suppress duplicate .env loading message in nested pipenv invocations by @matteius in #6481
- Include unit tests in sdist for downstream distribution testing by @matteius in #6482
- docs: Comprehensive documentation updates by @matteius in #6483
- Fix prerelease versions being selected without --pre flag by @matteius in #6484
Full Changelog: v2026.0.0...v2026.0.1
Release v2026.0.0
What's Changed
- Requested quiet addition 6287 by @matteius in #6393
- PEP 751 experimental pylock.toml support by @matteius in #6391
- Fix --dev-only requirements filtering and scan command docs by @matteius in #6451
- Fix --quiet flag to actually suppress output during install by @matteius in #6452
- Validate Python version when using --system flag by @matteius in #6453
- Enhance --system flag support for Docker workflows by @matteius in #6454
- Fix pipenv update incorrectly marking all packages as modified by @matteius in #6455
- Handle venv_resolve_deps exception by @matteius in #6456
- PEP660 editable VCS dependencies not reinstalled correctly by @matteius in #6362
- Support --dev flag for uninstall by @matteius in #6392
- Fix Issue 6347: default constraints not applying to other categories by @matteius in #6364
- Add pipenv audit command using pip-audit for vulnerability scanning by @matteius in #6457
- Update vendored pipdeptree to 2.30.0 by @matteius in #6458
- Fix pipenv graph not showing version info for dependencies by @matteius in #6459
- Update Docker docs to clarify --system flag usage by @matteius in #6461
- Fix PIPENV_ACTIVE not being unset on deactivate by @matteius in #6462
- Fix markers not being respected for file and VCS dependencies by @matteius in #6460
- Fix pipenv check --quiet not working properly by @matteius in #6463
- Fix pipenv update --dev updating transitive deps independently by @matteius in #6464
- Fix editable package name incorrectly parsed from test files by @matteius in #6465
- Fix VCS dependencies not reinstalling when ref/commit changes by @matteius in #6466
- Fix pipenv-resolver CLI not working by @matteius in #6468
- Fix SSH git username being incorrectly redacted by @matteius in #6469
- Fix malformed lockfile exiting successfully with code 0 by @matteius in #6467
- Fix Windows CI failures and validate --index argument by @matteius in #6470
- Improve resolver error display for end users by @matteius in #6471
- Fix subprocess deadlock in resolver causing pipenv lock to hang by @matteius in #6472
- Fix --lock-only flag for pipenv upgrade command by @matteius in #6473
- Fix Windows shutil.rmtree error on Python 3.12+ by @matteius in #6474
- Add PIPENV_PYENV_AUTO_INSTALL environment variable by @matteius in #6475
- Fix typo in get_constraints_from_deps version formatting by @matteius in #6476
- Fix benchmark CI hanging due to pipe buffer deadlock by @matteius in #6477
Full Changelog: v2025.1.3...v2026.0.0
Release v2025.1.3
What's Changed
Full Changelog: v2025.1.1...v2025.1.3
Release v2025.1.1
Release v2025.0.4
What's Changed
- Fix editable installation from relative paths on Windows by @stewartmiles in #6416
- chore: remove tomli from vendor by @oz123 in #6417
- Bump urllib3 from 2.4.0 to 2.5.0 in /examples by @dependabot in #6424
- Bump requests from 2.32.3 to 2.32.4 in /examples by @dependabot in #6427
- Add back ignore_compatibility option to pip package finder for comprehensive lock file generation by @matteius in #6426
- Bugfix: Make sure ensure_python() installs Python when conditions are met by @EpiX-1 in #6425
- Performance Optimization: Resolver, Benchmarking & Batch Operations by @matteius in #6419
New Contributors
Full Changelog: v2025.0.3...v2025.0.4
Release v2025.0.3
What's Changed
- Fix release notes generation by @matteius in #6399
- Vendor in pip 25.1.1 by @matteius in #6400
- vendor: remove dparse and ruamel by @oz123 in #6407
- Fix pypi-server startup (it now requires
--welcome). by @stewartmiles in #6410 - Rewrite docs Claude AI prompt for more cohesive technical voice and expanded examples by @matteius in #6379
- Apply variant of fix for wrong cononical name in Pipfile. by @matteius in #6413
New Contributors
- @stewartmiles made their first contribution in #6410
Full Changelog: v2025.0.2...v2025.0.3
Release v2025.0.2
What's Changed
- Cleanup unused dependencies by @matteius in #6386
- Fix for UnboundLocalError in ensure_python SESSION_IS_INTERACTIVE=False by @matteius in #6389
- Fix changelog generation during release. by @matteius in #6394
- Correct check/scan command documentation by @kerhac in #6398
New Contributors
Full Changelog: v2025.0.1...v2025.0.2
Release v2025.0.1
What's Changed
Full Changelog: v2025.0.0...v2025.0.1