uv/crates/uv-bench/benches
Charlie Marsh ed0759fb45
Omit wheels from lockfile based on --exclude-newer (#12299)
## Summary

We respect `--exclude-newer` during resolution, but we weren't applying
it to individual _files_ when writing the lockfile. As a result, if
wheels were added to a distribution after its initial release, we'd end
up including them in the lockfile, even if they were uploaded after the
`--exclude-newer` date.

Closes https://github.com/astral-sh/uv/issues/12296.
2025-03-22 12:27:11 -04:00
..
distribution_filename.rs Use structured wheel tags everywhere (#10542) 2025-01-14 01:39:39 +00:00
uv.rs Omit wheels from lockfile based on --exclude-newer (#12299) 2025-03-22 12:27:11 -04:00