Announcing Poetry 1.0.0
Published on December 12, 2019
in
Releases
The Poetry team is pleased to announce the immediate availability of Poetry 1.0.0.
Poetry 0.12.17 is out
Published on July 3, 2019
in
Releases
Bugfix release.
Fixes
- Fixed dependency resolution with circular dependencies.
- Fixed encoding errors when reading files on Windows. (Thanks to @vlcinsky)
- Fixed unclear errors when executing commands in virtual environments. (Thanks to @Imaclean74)
- Fixed handling of
.venv
when it’s not a directory. (Thanks to @mpanarin)
Poetry 0.12.16 is out
Published on May 13, 2019
in
Releases
Bugfix release.
Fixes
- Fixed packages with no hashes retrieval for legacy repositories.
- Fixed multiple constraints for dev dependencies.
- Fixed dependency resolution failing on badly formed package versions instead of skipping.
- Fixed permissions of built wheels.
Poetry 0.12.15 is out
Published on May 3, 2019
in
Releases
Bugfix release.
Fixes
- Fixed an
AttributeError
in the editable builder. - Fixed resolution of packages with only Python 3 wheels and sdist when resolving for legacy repositories.
- Fixed non-sha256 hashes retrieval for legacy repositories.
Poetry 0.12.14 is out
Published on April 26, 2019
in
Releases
Bugfix release.
Fixes
- Fixed root package installation for pure Python packages.
Poetry 0.12.13 is out
Published on April 26, 2019
in
Releases
Bugfix release.
Fixes
- Fixed root package installation with
pip>=19.0
. - Fixed packages not being removed after using the
remove
command.
Poetry 0.12.12 is out
Published on April 11, 2019
in
Releases
Bugfix release.
Fixes
- Fix lock idempotency.
- Fix markers evaluation for
python_version
with precision < 3. - Fix permissions of the
dist-info
files. - Fix
prepare_metadata_for_build_wheel()
missing in the build backend. - Fix metadata inconsistency between wheels and sdists.
- Fix parsing of
platform_release
markers. - Fix metadata information when the project has git dependencies.
- Fix error reporting when publishing fails.
- Fix retrieval of
extras_require
in somesetup.py
files. (Thanks to @asodeur) - Fix wheel compression when building. (Thanks to @ccosby)
- Improve retrieval of information for packages with two python specific wheels.
- Fix request authentication when credentials are included in URLs. (Thanks to @connorbrinton)
Poetry 0.12.11 is out
Published on January 13, 2019
in
Releases
Bugfix release.
Fixes
- Fixed the way packages information are retrieved for legacy repositories.
- Fixed an error when adding packages with invalid versions.
- Fixed an error when resolving directory dependencies with no sub dependencies.
- Fixed an error when locking packages with no description.
- Fixed path resolution for transitive file dependencies.
- Fixed multiple constraints handling for the root package.
- Fixed exclude functionality on case sensitive systems.
Poetry 0.12.10 is out
Published on November 22, 2018
in
Releases
Bugfix release.
Fixes
- Fixed
run
not executing scripts. - Fixed environment detection.
- Fixed handling of authentication for legacy repositories.
Poetry 0.12.9 is out
Published on November 19, 2018
in
Releases
Bugfix release.
Fixes
- Fixed executables from outside the virtualenv not being accessible.
- Fixed a possible error when building distributions with the
exclude
option. - Fixed the
run
command for namespaced packages. - Fixed errors for virtualenvs with spaces in their path.
- Fixed prerelease versions being selected with the
add
command.