Upgrade toolchain and move to Python 3.14 - #87
Merged
amrtgaber merged 1 commit intoJul 28, 2026
Conversation
Refresh the lockfile within the rate-limit guard constraints (fastapi stays 0.135.x, starlette 0.52; OpenTelemetry, structlog 26, wrapt 2 and the rest move to latest), update the ruff pre-commit hook from v0.8.6 to v0.16.0 with the ruff-check id and apply its fixes, and move to Python 3.14 across .python-version, requires-python, ruff target-version, and the Docker base image; all compiled dependencies ship cp314 wheels. Pin the Dockerfile uv stage, bump CI to checkout@v7 and setup-uv@v9.0.0 (no v9 alias tag exists), and add weekly grouped Dependabot updates. The dev compose Postgres stays on 16 pending a coordinated production upgrade.
amrtgaber
force-pushed
the
python-314-toolchain-refresh
branch
from
July 28, 2026 03:41
452df8d to
6411e86
Compare
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.
Stacked on #86 — merge that first, then this (branch will retarget to main automatically when #86's branch is deleted).
Applies the api-template refresh with the rate-limit guard in place:
ruff-checkid) + its autofixesuv lock --upgradewithin the Guard global rate limiting against the FastAPI 0.137+ regression #86 constraints: fastapi stays 0.135.x (canary green), starlette 0.52.1, OTel 1.44/0.65b0, structlog 26, wrapt 2.python-version,requires-python, ruff target, Docker base) — all compiled deps ship cp314 wheels; 28/28 tests green on 3.14.4v9.0.0; GCP deploy actions (auth@v3, setup-gcloud@v3) already current, untouchedDeploy note: the Docker base moving to 3.14 ships on the next Cloud Run deploy.