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
Deprecate adding sources without specifying --priority (#10134).
Fixed
Fix an issue where global options were not handled correctly when positioned after command options (#10021, #10067, #10128).
Fix an issue where building a dependency from source failed because of a conflict between build-system dependencies that were not required for the target environment (#10048).
Fix an issue where poetry init was not able to find a package on PyPI while adding dependencies interactively (#10055).
Fix an issue where the @latest descriptor was incorrectly passed to the core requirement parser (#10069).
Fix an issue where Boolean environment variables set to True (in contrast to true) were interpreted as false (#10080).
Fix an issue where poetry env activate reported a misleading error message (#10087).
Fix an issue where adding an optional dependency with poetry add --optional would not correctly update the lock file (#10076).
Fix an issue where pip was not installed/updated before other dependencies resulting in a race condition (#10102).
Fix an issue where Poetry freezes when multiple threads attempt to unlock the keyring simultaneously (#10062).
Fix an issue where markers with extras were not locked correctly (#10119).
Fix an issue where self-referential extras were not resolved correctly (#10106).
Fix an issue where Poetry could not be run from a zipapp (#10074).
Fix an issue where installation failed with a permission error when using the system environment as a user without write access to system site packages (#9014).
Fix an issue where a version of a dependency that is not compatible with the project's python constraint was locked. (#10141).
Fix an issue where Poetry wrongly reported that the current project's supported Python range is not compatible with some of the required packages Python requirement (#10157).
Fix an issue where the requested extras of a dependency were ignored if the same dependency (with same extras) was specified in multiple groups (#10158).
Docs
Sort commands by name in the CLI reference (#10035).
Add missing documentation for env commands (#10027).
Clarify that the name and version fields are always required if the project section is specified (#10033).
Add a note about restarting the shell for tab completion changes to take effect (#10070).