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
poetry lock
for certain edge cases (#8256).poetry install
(#8031).poetry check
validates that specifiedreadme
files do exist (#7444).vox
in thexonsh
shell (#8203).pre-commit
hooks for projects where the pyproject.toml file is located in a subfolder (#8204).git+http://
scheme (#6619).Changed
poetry lock --check
topoetry check --lock
and deprecate the former (#8015).Fixed
build-system.requires
were not respected for projects with build scripts (#7975).poetry show --top-level
did not show top level dependencies with extras (#8076).poetry init
handled projects withsrc
layout incorrectly (#8218)..pth
files with the wrong encoding (#8041).poetry install
did not respect the source if the same version of a package has been locked from different sources (#8304).Docs
virtualenvs.in-project
setting. (#8126).pre-commit
YAML style to be consistent with pre-commit's own examples (#8146).nox-poetry
package (#8173).reference
instead of deprecatedcallable
in the scripts example (#8211).poetry-core (
1.7.0
)|
as a value separator in markers with the operatorsin
andnot in
(#608)..gitignore
file resulting in an empty wheel (#611).poetry-plugin-export (
^1.5.0
)