uv/crates/uv-resolver
Charlie Marsh f5447ce965
Invalidate lockfile when static versions change (#10858)
## Summary

We should only be ignoring changes in `version` for dynamic projects;
for static projects, it should still be enforced. We should also be
invalidating the lockfile if a project goes from static to dynamic or
vice versa.

Closes #10852.
2025-01-22 17:58:15 +00:00
..
src Invalidate lockfile when static versions change (#10858) 2025-01-22 17:58:15 +00:00
Cargo.toml Avoid narrowing `requires-python` marker with disjunctions (#10704) 2025-01-17 16:25:32 +00:00