Releases: python-poetry/poetry-plugin-export
Releases · python-poetry/poetry-plugin-export
1.9.0
12 Jan 15:36
Compare
Sorry, something went wrong.
No results found
Added
Add an --all-groups option to export dependencies from all groups (#294 ).
Changed
Drop support for Python 3.8 (#300 ).
Clarify the help text of --with and --only and deprecate --without (#212 ).
Fail if the poetry.lock file is not consistent with the pyproject.toml file (#310 ).
Fixed
Fix an issue where the export failed with the message "dependency walk failed".
This fix requires a poetry.lock file created with Poetry 2.x (#286 ).
Fix an issue where the pre-commit hook regex matched wrong files (#285 ).
1.8.0
11 May 16:11
Compare
Sorry, something went wrong.
No results found
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
19 Mar 20:07
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changed
Drop some compatibility code and bump minimum required poetry version to 1.2.2 (#143 ).
Ensure compatibility with upcoming Poetry releases (#151 ).