You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-apply a workaround for a Pipenv bug when using --system, that causes packages to not be installed correctly if they are also a dependency of Pipenv (such as certifi or packaging). (#2011)
The build now errors if the files for multiple package managers are found. This replaces the warning displayed since November 2024. (#1993)
Sunset the previously deprecated support for falling back to installing dependencies from a setup.py file if no Python package manager files were found. (#1992)
The build now errors if an existing Python virtual environment is found in the build directory at .venv/ or venv/. This replaces the warning displayed since September 2025. (#1990)
Stopped adding the current working directory to PATH. (#1987)