mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 22:10:11 -05:00
Previously, we got `pypi_types::DirectUrl` (the pypa spec direct_url.json format) and `distribution_types::DirectUrl` (an enum of all the url types we support). This lead me to confusion, so i'm renaming the latter one to the more appropriate `ParsedUrl`.