We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The pypi API tells that [email protected] has no dependency https://pypi.org/pypi/cryptography/37.0.2/json, (requires-dist is null) but in the METADATA file it is found that it has a dependency Requires-Dist: cffi (>=1.12)
[email protected]
Requires-Dist: cffi (>=1.12)
Expected behavior requires-dist in the API should report same dependency as in METADATA
To Reproduce Download wheel for [email protected] and check the METADATA file you can find this Requires-Dist: cffi (>=1.12) https://pypi.org/pypi/cryptography/37.0.2/json the requires-dist is null
The text was updated successfully, but these errors were encountered:
Current behavior is a result of upload-time metadata, see: https://warehouse.pypa.io/api-reference/json.html#get--pypi--project_name--json:~:text=Metadata%20returned%20comes%20from%20the%20values%20provided%20at%20upload%20time%20and%20does%20not%20necessarily%20match%20the%20content%20of%20the%20uploaded%20files.
Related to #474 and #8090
Sorry, something went wrong.
Closing as a duplicate to #474
No branches or pull requests
Describe the bug
The pypi API tells that
[email protected]
has no dependency https://pypi.org/pypi/cryptography/37.0.2/json, (requires-dist is null) but in the METADATA file it is found that it has a dependencyRequires-Dist: cffi (>=1.12)
Expected behavior
requires-dist in the API should report same dependency as in METADATA
To Reproduce
Download wheel for
[email protected]
and check the METADATA file you can find thisRequires-Dist: cffi (>=1.12)
https://pypi.org/pypi/cryptography/37.0.2/json the requires-dist is null
The text was updated successfully, but these errors were encountered: