Skip to content

Commit e77e773

Browse files
bakerkjclaude
andauthored
chore(deps): pin uv to 0.12.2 (#85)
Tighten [tool.uv] required-version from `==0.12.*` to `==0.12.2` for reproducibility across CI runs (setup-uv reads the pin from pyproject). Renovate's existing `matchDepNames: ["uv"]` rule will manage patch bumps. Claude-Session: https://claude.ai/code/session_01TuR6FMYa7d9JeFz3WthFuG Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 63c750b commit e77e773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ mypy_path = ["custom_components"]
2020
asyncio_mode = "auto"
2121

2222
[tool.uv]
23-
required-version = "==0.12.*"
23+
required-version = "==0.12.2"
2424
package = false

0 commit comments

Comments
 (0)