github pypa/pipenv v2026.2.0
Release v2026.2.0

8 hours ago

🤖 AI-Generated Changelog

Added

  • Support sequential script execution via TOML array syntax in [scripts] section
  • Add --all flag to install and sync commands to install all Pipfile categories
  • Support PIPENV_DEFAULT_CATEGORIES environment variable for configuring default package categories
  • Allow venv_in_project to be set in the [pipenv] section of Pipfile
  • Support inline environment variable assignments in pipenv run
  • Add support for Python Install Manager (pymanager) on Windows

Fixed

  • Respect extra-index-url and fix trusted-host handling in pip.conf
  • Show download progress during locking phase
  • Fix atomic writes for lockfile cache path in bad lock situations
  • Fix --no-binary option not being stored in Pipfile
  • Fix lockfile storing file URLs instead of version strings for index-resolved packages
  • Fix resolver to use Pipfile Python version for marker evaluation
  • Fix --dry-run help text for the update command
  • Preserve environment variable references in credentials during update
  • Fix pipenv --rm removing the wrong virtualenv when .venv directory coexists with WORKON_HOME venv
  • Recreate virtualenv when --python version differs from the existing virtual environment
  • Fix subdependency local file path resolution
  • Fix outdated checks for file-locked packages
  • Respect environment markers in install -r to match sync behavior
  • Fix PermissionError on Windows when scanning restricted PATH entries
  • Preserve file:// URL in Pipfile and fix local editable path/file key handling
  • Fix uninstall --all no longer wiping Pipfile.lock
  • Use path key for local dependencies and file key for remote URLs in Pipfile entries
  • Fix broken version comparison in system Python version compatibility check
  • Fix PowerShell full .exe path recognition in pipenv activate on Windows
  • Suppress PTY echo of setup commands in fork_compat
  • Improve dependency conflict error messages
  • Clean up orphaned virtualenvs after integration tests
  • Fix inline env var Pipfile quoting for shlex compatibility

Changed

  • Update pythonfinder vendored dependency to version 3.0.2
  • Expand platform marker support documentation with platform_machine examples
  • Bump black from 24.3.0 to 26.3.1

🔗 Full Changelog: v2026.1.0...v2026.2.0

Don't miss a new pipenv release

NewReleases is sending notifications on new releases.