Skip to content

Fetching release info from PyPI using the new API #8326

@bm371613

Description

@bm371613
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the FAQ and general documentation and believe that my question is not already covered.

Feature Request

Currently, Poetry uses the deprecated PyPI API to get release info from PyPI (code).

This API returns metadata per release, not per artifact. With multiple artifacts in a release having different metadata, this causes missing dependencies, as in issues

PEP-658 proposed a better API and PyPI implemented it in pypi/warehouse#13649

Now if Poetry switches to the new API, above mentioned issues should disappear with the next release of the library (like pytorch).

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureFeature requests/implementationsstatus/triageThis issue needs to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions