Skip to content

Releases: python-poetry/poetry-plugin-export

1.7.1

19 Mar 20:07
1.7.1
Compare
Choose a tag to compare

Changed

  • Export --index-url before --extra-index-url to work around a pip bug (#270).

Fixed

  • Fix an issue where the source with the highest priority was exported with --index-url despite PyPI being among the sources (#270).

1.7.0

15 Mar 04:54
1.7.0
Compare
Choose a tag to compare

Changed

  • Bump minimum required poetry version to 1.8.0 (#263).

Fixed

  • Fix an issue where all sources were exported with --extra-index-url even though PyPI was deactivated (#263).

1.6.0

30 Oct 18:28
1.6.0
Compare
Choose a tag to compare

Added

  • Add an --all-extras option (#241).

Fixed

  • Fix an issue where git dependencies are exported with the branch name instead of the resolved commit hash (#213).

1.5.0

20 Aug 14:40
1.5.0
Compare
Choose a tag to compare

Changed

  • Drop support for Python 3.7 (#189).
  • Improve warning when the lock file is not consistent with pyproject.toml (#215).

Fixed

  • Fix an issue where markers for dependencies required by an extra were not generated correctly (#209).

1.4.0

29 May 08:49
1.4.0
Compare
Choose a tag to compare

Changed

  • Bump minimum required poetry version to 1.5.0 (#196).

Fixed

  • Fix an issue where --extra-index-url and --trusted-host was not generated for sources with priority explicit (#205).

1.3.1

17 Apr 14:40
1.3.1
Compare
Choose a tag to compare

This release mainly fixes test suite compatibility with upcoming Poetry releases.

Changed

  • Improve error message in some cases when the dependency walk fails (#184).

1.3.0

30 Jan 16:37
1.3.0
Compare
Choose a tag to compare

Changed

  • Drop some compatibility code and bump minimum required poetry version to 1.3.0 (#167).

Fixed

  • Fix an issue where the export failed if there was a circular dependency on the root package (#118).

1.2.0

05 Nov 13:30
1.2.0
Compare
Choose a tag to compare

Changed

  • Drop some compatibility code and bump minimum required poetry version to 1.2.2 (#143).
  • Ensure compatibility with upcoming Poetry releases (#151).

1.1.2

09 Oct 19:05
1.1.2
Compare
Choose a tag to compare

Fixed

  • Fix an issue where exporting a constraints.txt file fails if an editable dependency is locked (#140).

1.1.1

03 Oct 17:28
1.1.1
Compare
Choose a tag to compare

This release fixes test suite compatibility with upcoming Poetry releases. No functional changes.