chore: greenkeeping (deps, format, ci, docker)#1
Merged
Conversation
mcp 1.27.0->1.27.1, pydantic 2.13.3->2.13.4, uvicorn 0.46.0->0.47.0, ruff 0.15.12->0.15.13, plus transitive bumps (click, idna, watchfiles, etc.). Tests, ruff, mypy all green.
Reformat 14 drifted files with ruff 0.15.13. No behavior change; tests green.
Add 'ruff format --check .' so formatting drift fails CI instead of silently rotting.
Major version bump (1.20.2->2.1.0). Passes clean under strict mode; no code changes required.
actions/checkout v4->v6, astral-sh/setup-uv v5->v8, UV_VERSION 0.11.8->0.11.15.
setup-uv has no floating v8 major tag (latest release v8.1.0 ships no v8 alias); v8 was unresolvable and failed every job at 'Set up job'. v7 is the highest valid floating major and matches the repo's major-pin convention.
setup-buildx v3->v4, login v3->v4, metadata v5->v6, build-push v6->v7. All target floating major tags verified resolvable and on node24, ahead of the 2026-06-02 Node 20 force-migration.
starlette 1.0.0->1.1.0 (minor), uvicorn 0.47.0->0.48.0, ruff 0.15.13->0.15.14, plus transitive bumps (certifi, click, idna, pyjwt). Full suite green.
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.
Routine greenkeeping. One logical change per commit; full suite green at each step.
Changes
ruff format --check .to the lint job so formatting drift fails CI instead of rotting silently.strict; zero code changes required.Verification
Out of scope
Docker job actions (
setup-buildx@v3,login@v3,metadata@v5,build-push@v6) were not bumped; can follow up separately.