chore(deps): reconcile authoritative main lock - #2332
Open
sethkarten wants to merge 3 commits into
Open
Conversation
sethkarten
marked this pull request as ready for review
August 12, 2026 08:03
ApprovabilityVerdict: Approved 0e1c5fe This PR only updates the uv.lock dependency lock file with metadata blocks and a revision adjustment. Lock file changes are mechanical and do not affect runtime behavior. No code changes detected at You can customize Macroscope's approvability policy. Learn more. |
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.
Replacement remediation
Append-only child of #2328, based on exact replacement N5
10608006dd5f996c884249ee4fe5f4399401c8b9.This is the narrow authoritative-main lock reconciliation required because
uv sync --lockedrefused c2820's staleuv.lockrelative to its unchangedpyproject.toml.Scope: only
uv.lock(127 insertions / 1 deletion).uv lockresolved the same 269-package set with no additions/removals/version changes; it regenerated lock revision/provenance metadata for editable packages.pyproject.tomlis unchanged. A disposableuv sync --lockedsubsequently succeeded and the environment/cache was deleted.No live evaluation and no contributor branch mutation. Draft/HOLD pending replacement-chain tests and review.
Note
Reconcile authoritative main lock file
Updates uv.lock to reflect the latest resolved dependency versions for the main branch.
Macroscope summarized 66d4bf3.
Note
Low Risk
Lockfile-only metadata reconciliation with no reported package additions, removals, or version bumps.
Overview
Regenerates
uv.lockso it matches the current workspace without changing resolved package versions. The stale lock was blockinguv sync --lockedeven thoughpyproject.tomlwas unchanged.The diff mainly adds
[package.metadata]blocks (withrequires-dist, and for the rootverifierspackage alsoprovides-extras,requires-dev, andexamples) for editable environment packages and the main project. Lock revision moves from 4 to 3 as part of that regeneration.Reviewed by Cursor Bugbot for commit 66d4bf3. Bugbot is set up for automated code reviews on this repo. Configure here.