[Workflow] Restore uv 0.12.9 lockfile generation - #7602
Merged
Conversation
Contributor
There was a problem hiding this comment.
Isaac Lab Review Bot
Reviewed the lockfile-only regeneration intended to restore uv 0.12.9 serialization and synchronize workspace package metadata. No manifests, source files, or documentation are changed, and no actionable issue is established by the supplied review evidence.
- Design and architecture: The change is confined to the generated
uv.lockartifact, so module boundaries, dependency direction, and extension lifecycle behavior are unaffected. Regenerating with the intended uv release is consistent with the stated workflow correction. - API: No public Python APIs, exports, CLI arguments, configuration surfaces, or documentation integrations are changed. Because no release-managed source package changes, the changelog-fragment requirement is not implicated.
- Implementation: The reported uv 0.12.9 idempotence and
uv lock --checkvalidations are appropriate for a lockfile regeneration. The lockfile diff was not included in the supplied context, so the serialization and nine workspace-version updates could not be independently inspected; this is a review limitation rather than a demonstrated defect.
No blocking issues. No inline issue met the actionable-evidence threshold; the assessment above records the review feedback.
Automated review; human maintainers own approval decisions.
hujc7
approved these changes
Sep 5, 2026
kellyguo11
approved these changes
Sep 5, 2026
Contributor
Author
|
run-ci |
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.
Description
Regenerate
uv.lockwith uv 0.12.9, restoring the lockfile serialization introduced by #7492 after a later commit accidentally regenerated it with an older uv release.The refresh also synchronizes the locked versions of nine workspace packages with their current package metadata. No dependency manifests or source files change.
Type of change
Release backport
developScreenshots
Not applicable.
Validation
uvx --from uv==0.12.9 uv --versionreporteduv 0.12.9.uvx --from uv==0.12.9 uv lockwas idempotent (the lockfile SHA-256 remained unchanged).uvx --from uv==0.12.9 uv lock --checkpassed.git diff --check upstream/develop...HEADpassed.uvx --from uv==0.12.9 uv run isaaclab -fpassed all formatting, syntax, metadata, spelling, and Git LFS hooks except the changelog-fragment hook. That hook compares against a stale local fork base and reports pre-existing package changes and fragment issues; this PR changes nosource/path.Checklist
uv lock --checkcover this workflow-only fix.source/changes.CONTRIBUTORS.md.