5dc986d367
## Summary The metadata cache used `VersionId` as a key, which meant that if a package-version existed on two different indexes, we assumed identical metadata. This turns out not to be true in some contexts, e.g., for the linked issue with PyTorch. We now key it on `DistributionId`, which does include the index. Closes https://github.com/astral-sh/uv/issues/17732.
uv-resolver
This crate is an internal component of uv. The Rust API exposed here is unstable and will have frequent breaking changes.
This version (0.0.29) is a component of uv 0.10.9. The source can be found here.
See uv's crate versioning policy for details on versioning.