Skip to content

Commit 1444858

Browse files
committed
.tool-versions(uv) uv 0.12.0 -> 0.12.1
why: 0.12.1 is the newest uv past the 3-day window this setup applies to package resolution (`exclude-newer` in the uv config, `min-release-age` in .npmrc). Toolchain pins are resolved by mise and are not gated by those settings, but holding the resolver binary itself to the same window keeps one policy rather than two. 0.12.2 (2026-08-05) and 0.12.3 (2026-08-07) are both inside the window and are deliberately skipped. what the release changes here: canonical uv lockfiles are parsed directly with a TOML fallback, so lock reads get cheaper; shell startup files are flushed before the command exits; and `--find-links` paths in requirements files now resolve relative to the containing file, which is inert here since no requirements file in this repo uses them. - uv - https://github.com/astral-sh/uv/blob/0.12.1/CHANGELOG.md - https://github.com/astral-sh/uv/releases/tag/0.12.1
1 parent 42fd00f commit 1444858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
just 1.58.0
2-
uv 0.12.0
2+
uv 0.12.1
33
python 3.14 3.13 3.12 3.11 3.10

0 commit comments

Comments
 (0)