Commit 1444858
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.11 parent 42fd00f commit 1444858
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments