Poetry 0.11.5 is out
Bugfix release.
Fixes
- Fixed a recursion error with circular dependencies.
- Fixed the
configcommand setting incorrect values for paths. - Fixed an
OSErroron Python >= 3.5 forgitdependencies with recursive symlinks. - Fixed the possible deletion of system paths by
cache:clear. - Fixed a performance issue when parsing the lock file by upgrading
tomlkit.
Poetry 0.11.4 is out
Bugfix release.
Fixes
- Fixed wrong wheel being selected when resolving dependencies.
- Fixed an error when publishing.
- Fixed an error when building wheels with the
packagesproperty set. - Fixed single value display in
configcommand.
Poetry 0.11.3 is out
Bugfix release.
Changes
- Poetry now only uses TOML Kit for TOML files manipulation.
- Improved dependency resolution debug information.
Fixes
- Fixed missing dependency information for some packages.
- Fixed handling of single versions when packaging.
- Fixed dependency information retrieval from
.zipand.bz2archives. - Fixed searching for and installing packages from private repositories with authentication. (Thanks to @MarcDufresne)
- Fixed a potential error when checking the
pyproject.tomlvalidity. (Thanks to @ojii) - Fixed the lock file not tracking the
extrasinformation frompyproject.toml. (Thanks to @cauebs) - Fixed missing trailing slash in the Simple API urls for private repositories. (Thanks to @bradsbrown)
Poetry 0.11.2 is out
Bugfix release.
Fixes
- Fixed missing dependencies when resolving in some cases.
- Fixed path dependencies not working in
dev-dependencies. - Fixed license validation in
init. (Thanks to @cauebs)
Poetry 0.11.1 is out
Bugfix release.
Fixes
- Fixed an error when locking dependencies on Python 2.7.
Poetry 0.11.0 is out
This version brings a new shell command, dependency resolver improvements and improves stability.
New Features
New shell command
The newly introduced shell command helps you in your development workflow
by placing you in the proper project environment. This way you can omit the poetry run command.
Note that this command is a usability improvement and, as such, is completely optional and
any current workflow using the poetry run command will still work and is still the recommended
way of interacting with a Poetry project.
Poetry 0.10.3 is out
Bugfix release.
Fixes
- Fixed
self:updatecommand on Windows. - Fixed
self:updatenot picking up new versions. - Fixed a
RuntimeErroron Python 3.7. - Fixed bad version number being picked with private repositories.
- Fixed handling of duplicate dependencies with same constraint.
- Fixed installation from custom repositories.
- Fixed setting an explicit version in
versioncommand. - Fixed parsing of wildcards version constraints.
Poetry 0.10.2 is out
Bugfix release.
Fixes
- Fixed handling of
inenvironment markers with commas. - Fixed a
UnicodeDecodeErrorwhen an error occurs in venv. - Fixed Python requirements not properly set when resolving dependencies.
- Fixed terminal coloring being activated even if not supported.
- Fixed wrong executable being picked up on Windows in
poetry run. - Fixed error when listing distribution links for private repositories.
- Fixed handling of PEP 440
~=version constraint.
Poetry 0.10.1 is out
Bugfix release.
Fixes
- Fixed packages not found for prerelease version constraints when resolving dependencies.
- Fixed
initandaddcommands.
Poetry 0.10.0 is out
This version brings a brand new dependency resolver which is more consistent, reliable and faster.
New Features
Brand new dependency resolver
The dependency resolver has been rewritten from scratch to make it more resilient and reliable.
It solves conflicts in a faster and smarter way to be as exhaustive as possible.
It also comes with much clearer error messages when no valid solution can be found. Here are some examples: