Skip to content

Regenerate uv.lock, which still recorded 0.3.0 - #54

Merged
aarmey merged 1 commit into
mainfrom
chore/uv-lock-drift
Sep 18, 2026
Merged

aarmey merged 1 commit into
mainfrom
chore/uv-lock-drift

Conversation

@fishidaho

Copy link
Copy Markdown
Contributor

Problem

uv.lock carries the project's own version, and the 0.4.0 bump (3121835) did not regenerate it — the lockfile still said 0.3.0.

Fix

uv lock. Also sorts the dev-dependency lists, which hypothesis (#46) was appended to rather than inserted into.

Measurements

No dependency versions change: uv lock resolved the same 72 packages. Diff is 3 lines.

Merge order

Any time. Kept separate so it does not ride along in an unrelated diff, and so a bisect over the lockfile stays readable.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Rvu3cf8ZL7F5EPX22eo6Je

`uv.lock` carries the project's own version, and the 0.4.0 bump (3121835)
did not regenerate it, so the lockfile still said 0.3.0. `uv lock` also
sorts the dev-dependency lists, which `hypothesis` (#46) was appended to
rather than inserted into.

No dependency versions change -- `uv lock` resolved the same 72 packages.
Left as its own commit so it does not ride along in an unrelated diff, and
so a bisect over the lockfile stays readable.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@fishidaho
fishidaho requested a review from aarmey September 18, 2026 03:32
@aarmey
aarmey merged commit 1216077 into main Sep 18, 2026
4 checks passed
@aarmey
aarmey deleted the chore/uv-lock-drift branch September 18, 2026 13:43
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.

2 participants