Skip to content

build(deps): Bump transformers from 4.53.0 to 5.0.0rc3 in /examples/flowertune-llm-general-nlp#7009

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/examples/flowertune-llm-general-nlp/transformers-5.0.0rc3
Open

build(deps): Bump transformers from 4.53.0 to 5.0.0rc3 in /examples/flowertune-llm-general-nlp#7009
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/examples/flowertune-llm-general-nlp/transformers-5.0.0rc3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2026

Bumps transformers from 4.53.0 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.

Bumps [transformers](https://github.com/huggingface/transformers) from 4.53.0 to 5.0.0rc3.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.53.0...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 Pull requests that update python code labels Apr 12, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 12, 2026
@dependabot dependabot bot requested review from Copilot and removed request for Copilot April 12, 2026 11:51
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6993d754a4

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

"scipy==1.13.0",
"peft==0.6.2",
"transformers==4.53.0",
"transformers==5.0.0rc3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep Transformers v4 until TRL/PEFT are upgraded

This change upgrades only transformers to 5.0.0rc3 while the same file still pins trl==0.8.1 and peft==0.6.2; this app imports SFTTrainer (flowertune_generalnlp/client_app.py:12) and PEFT k-bit helpers (flowertune_generalnlp/models.py:7-8), so a v5 API removal in the RC can make the training app fail during import/startup and break the baseline workflow. Please keep Transformers on the existing v4 line or upgrade the TRL/PEFT pins together to a known v5-compatible set.

Useful? React with 👍 / 👎.

@github-actions github-actions bot added the Bot Created by bot (automation). label Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bot Created by bot (automation). dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants