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