Skip to content

Releases: python-poetry/poetry-plugin-export

1.0.0

05 Apr 17:34
Compare
Choose a tag to compare

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

0.2.1

24 Nov 21:41
0.2.1
93812dd
Compare
Choose a tag to compare

Fixed

  • Fixed the output for packages with markers. #13
  • Check the existence of the export command before attempting to delete it. #18

0.2.0

13 Sep 21:19
0.2.0
650f88c
Compare
Choose a tag to compare

Added

  • Added support for dependency groups. (#6)