Poetry v1.1.0.rc1 Release Notes

Release Date: 2020-09-25 // over 3 years ago
  • ๐Ÿ”„ Changed

    • The virtualenvs.in-project setting will now always be honored, if set explicitly, regardless of the presence of a .venv directory (#2771).
    • โž• Adding packages already present in the pyproject.toml file will no longer raise an error (#2886).
    • Errors when authenticating against custom repositories will now be logged (#2577).

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an error on Python 3.5 when resolving URL dependencies (#2954).
    • ๐Ÿ›  Fixed the dependency option of the init command being ignored (#2587).
    • ๐Ÿ›  Fixed the show command displaying erroneous information following the changes in the lock file format (#2967).
    • ๐Ÿ›  Fixed dependency resolution errors due to invalid python constraints propagation (#2968).

    ๐Ÿ”” Notice for FreeBSD Users

    For using poetry on FreeBSD 11 and 13 under Python 3.5, we recommend that you use an installation method other than the get-poetry.py script.

    Installation using get-poetry.py script of FreeBSD 11 and 13 releases do not included vendored dependencies for Python 3.5 environments. This is due to FreeBSD build environments not provided python35 packages at the time of this release. Users on these environments, with a previous 1.1.0 preview releases should not use poetry update to consume this release.

    ๐Ÿš€ FreeBSD 12 release will also drop Python 3.5 vendored dependencies in future releases.