chore: bump bundled uv from 0.6.12 to 0.11.28 - #141
Merged
Conversation
JPPhoto
requested changes
Jul 12, 2026
JPPhoto
left a comment
Collaborator
There was a problem hiding this comment.
This looks good but there are conflicts with the main branch. Please request re-review once those are resolved.
JPPhoto
self-requested a review
July 12, 2026 15:01
The bundled uv 0.6.12 (bumped to 0.11.21 on main meanwhile) fails to parse newer ~/.config/uv/uv.toml files (#131). Checksums verified against the official .sha256 release assets. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
lstein
force-pushed
the
chore/bump-uv-0.11.28
branch
from
July 12, 2026 15:12
41585ef to
6ab4b7f
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.
Summary
Bumps the bundled uv from 0.6.12 (over a year old) to 0.11.28. The old version fails to parse newer
~/.config/uv/uv.tomlfiles, as reported in #131. This addresses the uv-version half of that issue; theuv.lockhalf is handled by the bootstrap-install work already onmain.Changes
package.json: uv download URLs and sha256s updated to 0.11.28 for linux/win/mac. Checksums are taken from the official.sha256release assets and were independently verified by downloading and hashing all three archives.Compatibility
Every flag the launcher passes to uv was exercised against 0.11 with real invocations and is still accepted:
uv venv --relocatable --prompt invoke --python 3.12 --python-preference only-manageduv pip install --python-preference only-managed --force-reinstall --compile-bytecode(and the bootstrap path's--no-deps)uv sync --frozen --no-install-project --active --inexact --compile-bytecodeuv python install --python-preference only-managed --reinstallNote
--python-preferenceand--force-reinstallno longer appear in--help(they're hidden aliases now) but still parse and behave correctly.QA
npm run download -- linuxdownloads, checksum-verifies, and extracts the binary;assets/bin/uv --versionreportsuv 0.11.28 (x86_64-unknown-linux-gnu).Related: #131
🤖 Generated with Claude Code