Releases: python-poetry/poetry-plugin-export
Releases · python-poetry/poetry-plugin-export
1.8.0
Changed
- Relax the constraint on
poetry
and poetry-core
to allow (future) 2.*
versions (#280).
Fixed
- Fix an issue where editable installs where not exported correctly (#258).
1.7.1
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
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
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
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
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
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
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
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
Fixed
- Fix an issue where exporting a
constraints.txt
file fails if an editable dependency is locked (#140).