uv/crates/uv-distribution-types
Charlie Marsh c2100d11f3
Make cache control lookups robust to username (#16088)
## Summary

We serialize the index to the lockfile without the username, so if we
compare based on `==` and the user _includes_ the username in their
`pyproject.toml`, the check will always fail.

Closes https://github.com/astral-sh/uv/issues/16076.
2025-10-01 16:57:50 -04:00
..
src Make cache control lookups robust to username (#16088) 2025-10-01 16:57:50 -04:00
Cargo.toml Reject already-installed wheels that don't match the target platform (#15484) 2025-08-25 09:20:54 -04:00