mirror of
https://github.com/astral-sh/uv
synced 2026-01-24 23:10:11 -05:00
## Summary By using the display representation of `Version` to form a `PackageId`, we run the risk (as seen in the linked issue) of thinking that versions like `2021.1` and `2021.1.0` are not equivalent. Closes https://github.com/astral-sh/uv/issues/1536