Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Use and recommend poetry 1.1.14, up from 1.1.12 #13285

Merged
merged 2 commits into from
Jul 15, 2022
Merged

Commits on Jul 15, 2022

  1. Use and recommend poetry 1.1.14, up from 1.1.12

    [1.1.14](https://github.com/python-poetry/poetry/releases/tag/1.1.14)
    includes a critical bugfix needed to generate lockfiles when using PyPI
    as the source of packages.
    (python-poetry/poetry#5973, to accomodate
    pypi/warehouse#11775)
    
    [1.1.13](https://github.com/python-poetry/poetry/releases/tag/1.1.13)
    includes bugfixes that shouldn't be relevant for us (`poetry self
    update` and Windows fixes only).
    
    We shouldn't need to use 1.1.14 in the Docker image as we never `lock`
    nor `update`, but I have included it for consistency.
    
    I've also added a quick troubleshooting guide to the dev docs.
    David Robertson committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    2eedb34 View commit details
    Browse the repository at this point in the history
  2. Changelog

    David Robertson committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    79d1396 View commit details
    Browse the repository at this point in the history