Download Latest Version Release v2026.5.2 source code.zip (10.9 MB)
Email in envelope

Get an email when there's a new version of Pipenv

Home / v2026.5.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-03-30 1.2 kB
Release v2026.5.0 source code.tar.gz 2026-03-30 10.5 MB
Release v2026.5.0 source code.zip 2026-03-30 10.9 MB
Totals: 3 Items   21.4 MB 0

🤖 AI-Generated Changelog

Added

  • Add "Did You Mean" suggestions for mistyped subcommands, helping users quickly identify and correct typos in CLI commands
  • Add shell completion support via argcomplete
  • Unvendor click and click_didyoumean, reducing bundled dependencies in favor of external packages

Changed

  • Migrate CLI infrastructure from click to argparse, introducing argparse alongside the existing CLI

Removed

  • Remove vendored importlib-metadata and zipp following Python 3.9 end-of-life
  • Remove cached_property Python 3.7 compatibility fallback
  • Remove colorama Windows console ANSI fix for Windows
  • Remove sphinx-click and vendored click remnants from documentation tooling

Fixed

  • Strip dependency_groups markers before passing dependencies to pip during locking, preventing resolution errors
  • Prevent duplicate dependency_groups markers from being written on pylock re-generation
  • Restore correct ruff linting behavior
  • Ensure PipenvException calls super().__init__() so str(exc) returns the properly formatted message
  • Mark man page test as skipped on Windows to avoid false failures

🔗 Full Changelog: https://github.com/pypa/pipenv/compare/v2026.4.0...v2026.5.0

Source: README.md, updated 2026-03-30