Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changed
poetry-core
to1.2.0
.poetry-plugin-export
to^1.0.7
.Fixed
poetry cache clear
did not respect the-n/--no-interaction
flag (#6338).poetry lock --no-update
updated dependencies from non-PyPI package sources (#6335).poetry install
performance regression by falling back to internal pip (#6062).poetry export
(#6282).poetry lock --no-update
added duplicate hashes to the lock file (#6389).poetry install
fails because of missing hashes forurl
dependencies (#6389).poetry lock
performance regression when checking non-PyPI sources for yanked versions (#6442).--no-cache
was not respected when runningpoetry install
(#6479).--dev
were missing (#6475).insteadOf
was used in.gitconfig
using the Dulwich Git client (#6506).poetry cache clear
with a non-normalized package name (#6537).Docs
--with
and--without
(#6318).virtualenv.create
option (#6460).poetry install
removes dependencies of non-installed extras (#6229).pre-commit autoupdate
and Poetry's hooks (#6497).