uv
0c352c68 - Error on lockfiles with incoherent wheel versions (#12235)

Comment changes are shownComment changes are hidden
Commit
111 days ago
Error on lockfiles with incoherent wheel versions (#12235) Reject lockfiles where the package version and the wheel versions are incoherent. This implicitly checks that all wheel files have the same version. It does not check for the source dist version, since a source dist may not contain a version in the filename and attempting to deserialize source dist filenames we may not need is a performance overhead for something that's already slow in `uv run`. Fixes #12164
Author
Parents
  • crates
    • uv-resolver/src/lock
      • File
        mod.rs
    • uv/tests/it
      • File
        sync.rs