Changed
- Improve performance of locking dependencies (#10275).
Fixed
- Fix an issue where markers were not locked correctly (#10240).
- Fix an issue where the result of
poetry lock
was not deterministic (#10276). - Fix an issue where
poetry env activate
returned the wrong command fortcsh
(#10243). - Fix an issue where
poetry env activate
returned the wrong command forpwsh
on Linux (#10256).
Docs
- Update basic usage section to reflect new default layout (#10203).
poetry-core (2.1.2
)
- Improve performance of marker operations (#851).
- Fix an issue where incorrect markers were calculated when removing parts covered by the project's Python constraint (#841, #846).
- Fix an issue where
extra
markers were not simplified (#842, #845, #847). - Fix an issue where the intersection and union of markers was not deterministic (#843).
- Fix an issue where the intersection of
python_version
markers was not recognized as empty (#849). - Fix an issue where
python_version
markers were not simplified (#848, #851). - Fix an issue where Python constraints on a package were converted into invalid markers (#853).