Skip to content

build(deps): bump transformers from 4.57.3 to 5.0.0rc3#272

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/transformers-5.0.0rc3
Open

build(deps): bump transformers from 4.57.3 to 5.0.0rc3#272
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/transformers-5.0.0rc3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 8, 2026

Bumps transformers from 4.57.3 to 5.0.0rc3.

Release notes

Sourced from transformers's releases.

Release candidate v5.0.0rc3

New models:

What's Changed

We are getting closer and closer to the official release! This RC is focused on removing more of the deprecated stuff, fixing some minors issues, doc updates.

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.lock dependency set to bump transformers from 4.57.3 to 5.0.0rc3.

This pulls in newer huggingface-hub (0.36.01.9.1) and hf-xet (1.2.01.4.3), adds typer-slim plus bumps typer (0.20.00.24.1), and adjusts huggingface-hub dependencies (switching from requests to httpx and expanding the hf-xet platform marker).

Reviewed by Cursor Bugbot for commit a41d943. Bugbot is set up for automated code reviews on this repo. Configure here.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 8, 2026
@jit-ci
Copy link
Copy Markdown

jit-ci Bot commented Apr 8, 2026

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread uv.lock
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" },
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a41d943. Configure here.

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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants