Files
uv/crates/uv-resolver
Charlie Marsh 5dc986d367 Avoid sharing version metadata across indexes (#18373)
## 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.
2026-03-10 07:34:42 -04:00
..
2026-03-06 14:00:59 -06:00
2026-03-06 14:00:59 -06:00

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.