uv/crates/uv-auth
Charlie Marsh c2100d11f3
Make cache control lookups robust to username (#16088)
## Summary

We serialize the index to the lockfile without the username, so if we
compare based on `==` and the user _includes_ the username in their
`pyproject.toml`, the check will always fail.

Closes https://github.com/astral-sh/uv/issues/16076.
2025-10-01 16:57:50 -04:00
..
src Make cache control lookups robust to username (#16088) 2025-10-01 16:57:50 -04:00
Cargo.toml Add S3 request signing (#15925) 2025-09-22 23:59:52 +00:00