chore(deps): bump uv to 0.11.15 - #60144
Closed
rnegron wants to merge 2 commits into
Closed
Conversation
Member
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced May 26, 2026
Contributor
MCP UI Apps size report
|
rnegron
force-pushed
the
pr-2b-python313-uv
branch
from
May 26, 2026 20:24
971fec3 to
ee94c87
Compare
rnegron
force-pushed
the
pr-2-python313-deps
branch
from
May 26, 2026 20:24
9efcd27 to
11ec1b7
Compare
Contributor
✅ Hobby deploy smoke test: PASSEDHobby deployment smoke test passed successfully. |
rnegron
force-pushed
the
pr-2-python313-deps
branch
from
May 26, 2026 20:25
11ec1b7 to
b4bd2ba
Compare
rnegron
force-pushed
the
pr-2b-python313-uv
branch
from
May 26, 2026 20:25
ee94c87 to
294636e
Compare
rnegron
force-pushed
the
pr-2b-python313-uv
branch
from
May 27, 2026 16:49
294636e to
855f6b6
Compare
rnegron
force-pushed
the
pr-2-python313-deps
branch
from
May 27, 2026 16:49
b4bd2ba to
1a2c401
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.

Problem
The 3.13.13 cutover requires uv ≥0.11.15, and the cutover PR (#59440) was carrying this bump alongside the Python version change and a large typing sweep. Splitting the uv upgrade out so it's reviewable on its own. uv 0.11.x runs on 3.12, so it lands first.
Changes
required-version = "~=0.11.15"(pyproject) and flox manifest uv pin^0.11.15.setup-uvversion0.11.15across 24 CI workflows; uv image pin0.11.15in 3 Dockerfiles.uv.lockchange — the tool bump is lock-neutral on 3.12 (lock staysrevision 3).Reviewer note: uv 0.11.0 swapped its TLS stack (
rustls-platform-verifier+aws-lc, replacingrustls-native-certs/webpki/ring). Low risk here — public PyPI/ghcr only, no--native-tls, no custom CA config.How did you test this code?
Agent-authored.
uv lock --checkpasses on 3.12 (598 packages); regenerating with uv 0.11.15 produced no lockfile change. No manual/Docker testing — relying on CI to exercise uv across every CI and Docker context.Publish to changelog?
no
🤖 Agent context
Split out of #59440 by Claude Code so the cutover stays focused. Stack order: deps (#59439) → uv (this) → python+types (#59440) → CI pin refactor (#59478).