build(deps): bump transformers from 4.57.3 to 5.0.0rc3#272
build(deps): bump transformers from 4.57.3 to 5.0.0rc3#272dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [transformers](https://github.com/huggingface/transformers) from 4.57.3 to 5.0.0rc3. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.57.3...v5.0.0rc3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a41d943. Configure here.
| sdist = { url = "https://files.pythonhosted.org/packages/3f/a3/7c116a8d85f69ea7749cf4c2df79e64c35d028e5fc7ea0168f299d03b8c7/transformers-5.0.0rc3.tar.gz", hash = "sha256:a0315b92b7e087617ade42ec9e6e92ee7620541cc5d6a3331886c52cbe306f5c", size = 8388520, upload-time = "2026-01-14T16:49:02.952Z" } | ||
| wheels = [ | ||
| { url = "https://files.pythonhosted.org/packages/6a/6b/2f416568b3c4c91c96e5a365d164f8a4a4a88030aa8ab4644181fdadce97/transformers-4.57.3-py3-none-any.whl", hash = "sha256:c77d353a4851b1880191603d36acb313411d3577f6e2897814f333841f7003f4", size = 11993463, upload-time = "2025-11-25T15:51:26.493Z" }, | ||
| { url = "https://files.pythonhosted.org/packages/1e/f2/ae2b8968764253bdf38a48dee3c299b8d0bedf7c8ffbe3449fca9bd95338/transformers-5.0.0rc3-py3-none-any.whl", hash = "sha256:383fad27f4f73092d330e45fae384681e5c8521e1dc1cf6cb1a297780e68bf2d", size = 10107087, upload-time = "2026-01-14T16:48:59.393Z" }, |
There was a problem hiding this comment.
Lockfile pins pre-release RC instead of stable version
High Severity
The lockfile pins transformers to 5.0.0rc3, a release candidate, even though the stable 5.0.0 was released on January 26, 2026, and the latest stable version is 5.5.0. The RC3 has known compatibility issues (e.g., ImageProcessingMixin type enforcement, missing functions) that were fixed before the stable release. Shipping an RC in production introduces unnecessary instability when stable alternatives exist. This also triggers a major version bump of huggingface-hub from 0.36.0 to 1.9.1, which replaced requests with httpx internally — a significant behavioral change in how model downloads and API calls work.
Reviewed by Cursor Bugbot for commit a41d943. Configure here.


Bumps transformers from 4.57.3 to 5.0.0rc3.
Release notes
Sourced from transformers's releases.
... (truncated)
Commits
cb5079fv5.0.0rc3d1808f2[ci] Fixing some failing tests for important models (#43231)3d27645Add LightOnOCR model implementation (#41621)77146ccfix crash in when running FSDP2+TP (#43226)61317f5[CB] Ensure parallel decoding test passes using FA (#43277)1efe1a6Fix failingPegasusX,Mvp&LEDmodel integration tests (#43245)e8ae373[consistency] Ensure models are added to the_toctree.yml(#43264)c85be98[docs] tensorrt-llm (#43176)38022fd[style] Fix init isort and align makefile and CI (#43260)e977446Fix failingHiera,SwiftFormer&LEDModel integration tests (#43225)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Upgrades a core ML dependency to a v5 release candidate and updates/reshapes transitive dependencies, which may introduce API or runtime behavior changes despite being lockfile-only.
Overview
Updates the
uv.lockdependency set to bumptransformersfrom4.57.3to5.0.0rc3.This pulls in newer
huggingface-hub(0.36.0→1.9.1) andhf-xet(1.2.0→1.4.3), addstyper-slimplus bumpstyper(0.20.0→0.24.1), and adjustshuggingface-hubdependencies (switching fromrequeststohttpxand expanding thehf-xetplatform marker).Reviewed by Cursor Bugbot for commit a41d943. Bugbot is set up for automated code reviews on this repo. Configure here.