Skip to content

chore: sync uv.lock to the 2.7.0 self-version - #118

Merged
vvillait88 merged 1 commit into
mainfrom
lock-2-7-0
Aug 18, 2026
Merged

chore: sync uv.lock to the 2.7.0 self-version#118
vvillait88 merged 1 commit into
mainfrom
lock-2-7-0

Conversation

@vvillait88

Copy link
Copy Markdown
Contributor

Summary

The 2.7.0 release bumped pyproject.toml without regenerating uv.lock, so uv rewrites the editable self-entry (2.6.0 to 2.7.0) on the next sync and leaves every checkout dirty. One-line lock sync; no dependency changes. Worked with Varun (workspace sync surfaced it).

Type of change

  • Bug fix (no breaking change)
  • New feature (no breaking change)
  • Breaking change (existing callers must update)
  • Docs, tests, or internal maintenance only

Public API

None.

Test plan

Lockfile-only; the diff is the self-version line. CI is the gate.

Checklist

  • Tests cover the new behavior, and the suite passes locally
  • Lint, format, and type checks pass
  • Docs and README examples updated if the public surface changed
  • No secrets, credentials, or personal data in the diff or the tests

The 2.7.0 release bumped pyproject.toml without regenerating the lock;
uv rewrites the editable self-entry on the next sync, which left every
checkout dirty.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vvillait88
vvillait88 merged commit 4409b1c into main Aug 18, 2026
7 checks passed
@vvillait88
vvillait88 deleted the lock-2-7-0 branch August 18, 2026 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant