Skip to content

🔖 Sync uv.lock to 0.2.15 - #118

Merged
monkut merged 1 commit into
mainfrom
chore/sync-uv-lock-0.2.15
Jul 31, 2026
Merged

🔖 Sync uv.lock to 0.2.15#118
monkut merged 1 commit into
mainfrom
chore/sync-uv-lock-0.2.15

Conversation

@monkut

@monkut monkut commented Jul 31, 2026

Copy link
Copy Markdown
Owner

Problem

PR #117 bumped pyproject.toml to 0.2.15 but did not update uv.lock, which pins the editable root package's own version. main is currently inconsistent:

File Version on main
pyproject.toml 0.2.15
uv.lock 0.2.14

Nothing is broken by this — release.yml reads the published version by grepping pyproject.toml, and CI's uv sync carries no --locked, so a stale lock is refreshed silently rather than failing. The practical cost is that the next person to run uv lock picks up an unrelated one-line diff in their PR.

Change

Ran uv lock (Updated askcc v0.2.14 -> v0.2.15). Single-line change to uv.lock; no dependency resolution changed.

This matches the repo's usual practice — c4ab6a9, 8cdb15e, a23317b, c84865f, and 35b8959 all committed uv.lock alongside a version bump.

Test plan

  • uv lock --check — lock is current against pyproject.toml
  • Diff vs main is uv.lock only, one line

@monkut
monkut merged commit 17d280f into main Jul 31, 2026
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