uv/crates/uv-distribution
Charlie Marsh 3878c00dbd
Mark metadata as dynamic when reading from built wheel cache (#11046)
## Summary

The issue here boils down to: when we write metadata that came from
building the wheel itself, we aren't setting the `dynamic` field.

We now _always_ set the dynamic field when reading, even when we read
cached data.

Closes https://github.com/astral-sh/uv/issues/11047.
2025-01-29 01:27:09 +00:00
..
src Mark metadata as dynamic when reading from built wheel cache (#11046) 2025-01-29 01:27:09 +00:00
Cargo.toml Fetch pyproject.toml from GitHub API (#10765) 2025-01-20 17:50:39 +00:00