uv/crates/pypi-types/src
Charlie Marsh a5372d4e4d
Ignore invalid extras from PyPI (#1731)
## Summary

We don't control these, so it seems preferable _not_ to fail on them,
but rather, to just ignore them entirely. (I considered adding a long
allow-list, but then questioned the point of it? We'd end up having to
extend it if more invalid extras were published in the future.)

Closes https://github.com/astral-sh/uv/issues/1633.
2024-02-19 22:26:29 -05:00
..
base_url.rs Fix broken URLs parsed from relative paths in registries (#1413) 2024-02-15 22:37:09 -06:00
direct_url.rs Show URLs and version together for installed, URL-based dependencies (#690) 2023-12-18 22:21:37 +00:00
lenient_requirement.rs Ignore invalid extras from PyPI (#1731) 2024-02-19 22:26:29 -05:00
lib.rs Add support for relative URLs in simple metadata responses (#721) 2023-12-27 08:53:21 -05:00
metadata.rs Ignore invalid extras from PyPI (#1731) 2024-02-19 22:26:29 -05:00
simple_json.rs Support MD5 hashes (#1556) 2024-02-17 00:25:16 +00:00