mirror of
https://github.com/astral-sh/uv
synced 2026-01-10 16:13:44 -05:00
## Summary The current wording on the [caching page](https://docs.astral.sh/uv/concepts/cache/#dynamic-metadata) makes it sounds like defining `cache-keys` in a project adds to the metadata considered when caching. However it actually replaces the metadata. So copying the example using the git commit results in only considering the git commit, not the pyproject.toml, which is likely not what is typically desired. --------- Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>