Releases: python-poetry/poetry-plugin-export
Releases · python-poetry/poetry-plugin-export
1.0.0
Fixed
- Fixed an issue with dependency selection when duplicates exist with different markers. poetry#4932
- Fixed an issue where unconstrained duplicate dependencies are listed with conditional on python version. poetry#5141
Changes
- Export command now constraints all exported dependencies with the root project's python version constraint. poetry#5156
Added
- Added support for
--without-urls
option. poetry#4763