Skip to content

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

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

build(deps): Bump transformers from 4.53.0 to 5.0.0rc3 in /examples/flowertune-llm-code#6969
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/examples/flowertune-llm-code/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:48
@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:48
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: a3147953ec

ℹ️ 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 current PEFT pin

Bumping to transformers==5.0.0rc3 while keeping peft==0.6.2 introduces a hard compatibility break: upstream PEFT explicitly documents Transformers v5 as incompatible with PEFT versions <0.18.0. This app imports and relies on PEFT in the training path (set_peft_model_state_dict/get_peft_model_state_dict), so environments created from this pyproject.toml can install successfully but fail at runtime once training starts. Please either keep Transformers on 4.x or upgrade the PEFT/TRL stack together in the same change.

Useful? React with 👍 / 👎.

@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>
Copilot AI review requested due to automatic review settings April 9, 2026 08:28
@dependabot dependabot bot force-pushed the dependabot/pip/examples/flowertune-llm-code/transformers-5.0.0rc3 branch from a314795 to 5e215b1 Compare April 9, 2026 08:28
@dependabot dependabot bot review requested due to automatic review settings April 9, 2026 08:28
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