chore(deps): update setup-uv and repair the security lock - #1146
Merged
abrichr merged 2 commits intoSep 14, 2026
Merged
Conversation
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 10.0.1 to 10.1.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@20cfd1b...bec219d) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ncies Signed-off-by: abrichr <richard.abrich@mldsai.com>
abrichr
deleted the
dependabot/github_actions/astral-sh/setup-uv-10.1.0
branch
September 14, 2026 22:05
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.
The release workflow uses the upstream setup-uv 10.1.0 action while keeping uv pinned to 0.11.29.
The lock selects Transformers 5.10.1 to fix CVE-2026-9856, a path traversal through chat-template names during
save_pretrained. Version 5.10.0 is yanked; 5.10.1 is the first available non-yanked patch. Retrieval's existingtransformers>=4.40.0constraint accepts it, and its core dependencies and Python requirement match 5.5.0.Regeneration also records the launcher Agent dependency and its transitive dependencies, which were already declared in
pyproject.tomlbut absent from the lock. No other existing package version changes. The package requirements don't widen.Validation: uv 0.11.29 resolves the complete lock and passes
uv lock --locked; the release-lock and source-boundary checks pass, as do 12 release-lock tests. The hash-verified 5.10.1 wheel's unmodified chat-template save method rejects relative traversal, absolute paths, and nested names against the real filesystem. Single, named/default, and legacy templates keep their expected behavior. This check doesn't load a model or claim an inference benchmark.