mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 22:10:11 -05:00
## 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.