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.
Added
explicit
andsupplemental
(#7658, #6879).--executable
option topoetry env info
(#7547).--top-level
option topoetry show
(#7415).--lock
option topoetry remove
(#7917).POETRY_REQUESTS_TIMEOUT
option (#7081).Changed
experimental.new-installer
(#7356).priority
key for sources and deprecate flagsdefault
andsecondary
(#7658).poetry run <script>
if the script was not previously installed viapoetry install
(#7606).Fixed
Retry-After
in HTTP responses was not respected and retries were handled inconsistently (#7072).direct_url.json
of an editable install from a git dependency was invalid (#7473).poetry install
returns a zero exit status even though the build script failed (#7812)..venv
was not used ifin-project
was not set (#7792).poetry add
were not parsed correctly (#7836).poetry shell
did not send a newline tofish
(#7884).poetry update --lock
printed operations that were not executed (#7915).poetry add --lock
did perform a full update of all dependencies (#7920).poetry shell
did not work withnushell
(#7919).Docs
--dev
(#7647).poetry.lock
(#7506).virtualenv.create
(#7608).poetry-core (
1.6.0
)tomlkit
withtomli
, which changes the interface of some internal classes (#483).Package.category
(#561).poetry build
created duplicate Python classifiers if they were specified manually (#578).