Skip to content

chore(deps): update setup-uv and repair the security lock - #1146

Merged
abrichr merged 2 commits into
mainfrom
dependabot/github_actions/astral-sh/setup-uv-10.1.0
Sep 14, 2026
Merged

abrichr merged 2 commits into
mainfrom
dependabot/github_actions/astral-sh/setup-uv-10.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

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 existing transformers>=4.40.0 constraint 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.toml but 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.

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>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 14, 2026
@dependabot
dependabot Bot requested a review from abrichr as a code owner September 14, 2026 21:44
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 14, 2026
…ncies

Signed-off-by: abrichr <richard.abrich@mldsai.com>
@abrichr abrichr changed the title chore(deps): bump astral-sh/setup-uv from 10.0.1 to 10.1.0 chore(deps): update setup-uv and repair the security lock Sep 14, 2026
@abrichr
abrichr merged commit 7ae7ebc into main Sep 14, 2026
11 checks passed
@abrichr
abrichr deleted the dependabot/github_actions/astral-sh/setup-uv-10.1.0 branch September 14, 2026 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant