You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for git dependencies in the add command.
Added support for path dependencies in the add command.
Added support for extras in the add command.
Added support for directory dependencies.
Added support for src/ layout for packages.
Added automatic detection of .venv virtualenvs.
Changed
Drastically improved dependency resolution speed.
Dependency resolution caches now use sha256 hashes.
Changed CLI error style.
Improved debugging of dependency resolution.
Poetry now attempts to find pyproject.toml not only in the directory it was
invoked in, but in all its parents up to the root. This allows to run Poetry
commands in project subdirectories.
Made the email address for authors optional.
Fixed
Fixed handling of extras when resolving dependencies.
Fixed self:update command for some installation.
Fixed handling of extras when building projects.
Fixed handling of wildcard dependencies wen packaging/publishing.
Fixed an error when adding a new packages with prereleases in lock file.