Skip to content

build(deps): Bump transformers from 4.53.0 to 5.0.0rc3 in /examples/flowertune-llm-medical#6967

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

build(deps): Bump transformers from 4.53.0 to 5.0.0rc3 in /examples/flowertune-llm-medical#6967
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/examples/flowertune-llm-medical/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.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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 8, 2026
Copilot AI review requested due to automatic review settings April 8, 2026 08:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 8, 2026
@dependabot dependabot bot review requested due to automatic review settings April 8, 2026 08:11
@github-actions github-actions bot added the Bot Created by bot (automation). label Apr 8, 2026
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 force-pushed the dependabot/pip/examples/flowertune-llm-medical/transformers-5.0.0rc3 branch from 3153101 to 53acf79 Compare April 9, 2026 08:29
@dependabot dependabot bot requested review from Copilot and removed request for Copilot April 9, 2026 08:29
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: 53acf7909f

ℹ️ 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 below v5 with trl 0.8.1

This bump breaks the app's training path because trl==0.8.1 still initializes SFTTrainer by forwarding tokenizer= to transformers.Trainer.__init__, while transformers 5.x removed that argument in favor of processing_class; when flowertune_medical/client_app.py constructs SFTTrainer, it will raise TypeError and fail before local training starts. Since only transformers was upgraded here (without a compatible trl upgrade), this regression affects every run of this example.

Useful? React with 👍 / 👎.

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