chore: upgrade pixi.lock to v7 format - #23
Open
Padraic Shafer (padraic-shafer) wants to merge 2 commits into
Open
chore: upgrade pixi.lock to v7 format#23Padraic Shafer (padraic-shafer) wants to merge 2 commits into
Padraic Shafer (padraic-shafer) wants to merge 2 commits into
Conversation
Upgrade all pixi.lock files in this repository from lock file format v6 to v7. The lock was re-run using existing manifest constraints. See PR description for details on package version changes (if any).
Padraic Shafer (padraic-shafer)
requested review from
Max Rakitin (mrakitin) and
Thomas A Caswell (tacaswell)
July 7, 2026 23:30
Author
|
This PR should be merged only after the pixi binary is updated on the affected hosts. Otherwise the pixi run commands will fail when the lock file uses a newer version than the binary expects. |
Padraic Shafer (padraic-shafer)
marked this pull request as ready for review
July 30, 2026 00:59
Padraic Shafer (padraic-shafer)
requested a review
from Juan Marulanda (jmaruland)
July 30, 2026 01:00
Juan Marulanda (jmaruland)
approved these changes
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why this re-lock was performed
pixi lock file format v6 is superseded by v7 (pixi ≥ 0.47 writes v7 by default).
Migrating keeps
pixi lock --checkin CI and modern pixi installs consistent withthe committed lock file.
The lock was re-run using the existing
pixi.tomlmanifest constraints —no dependency specifications were changed.
Verification
pixi lock --checkpasses after upgrade ✅Lock file details
pixi.lockpixi lock --check: PASS