🤖 AI-Generated Changelog
Added
- Support sequential script execution via TOML array syntax in
[scripts]section - Add
--allflag toinstallandsynccommands to install all Pipfile categories - Support
PIPENV_DEFAULT_CATEGORIESenvironment variable for configuring default package categories - Allow
venv_in_projectto 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-urland fixtrusted-hosthandling inpip.conf - Show download progress during locking phase
- Fix atomic writes for lockfile cache path in bad lock situations
- Fix
--no-binaryoption 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-runhelp text for theupdatecommand - Preserve environment variable references in credentials during
update - Fix
pipenv --rmremoving the wrong virtualenv when.venvdirectory coexists withWORKON_HOMEvenv - Recreate virtualenv when
--pythonversion differs from the existing virtual environment - Fix subdependency local file path resolution
- Fix outdated checks for file-locked packages
- Respect environment markers in
install -rto matchsyncbehavior - Fix
PermissionErroron Windows when scanning restrictedPATHentries - Preserve
file://URL in Pipfile and fix local editable path/file key handling - Fix
uninstall --allno longer wipingPipfile.lock - Use
pathkey for local dependencies andfilekey for remote URLs in Pipfile entries - Fix broken version comparison in system Python version compatibility check
- Fix PowerShell full
.exepath recognition inpipenv activateon 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
shlexcompatibility
Changed
- Update
pythonfindervendored dependency to version 3.0.2 - Expand platform marker support documentation with
platform_machineexamples - Bump
blackfrom 24.3.0 to 26.3.1
🔗 Full Changelog: v2026.1.0...v2026.2.0