-
Notifications
You must be signed in to change notification settings - Fork 110
RHAIENG-540: build(deps): bump transformers from 4.52.4 to 4.53.0 in /jupyter/trustyai/ubi9-python-3.11 and to 4.55.0 in the 3.12 version of workbench #1755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jiridanek
merged 5 commits into
main
from
dependabot/pip/jupyter/trustyai/ubi9-python-3.12/transformers-4.53.0
Aug 11, 2025
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
64186ad
build(deps): bump transformers in /jupyter/trustyai/ubi9-python-3.12
dependabot[bot] 531d713
NO-JIRA: bump `Transformers` dependency across Pipfiles and manifests…
jiridanek d4400d5
Update Pipfile.lock for Python 3.11
github-actions[bot] e3909ac
Update Pipfile.lock for Python 3.12
github-actions[bot] 19686aa
Update Pipfile.lock for Python 3.11
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
Transformers bump to ~=4.53.3 looks good and matches imagestream (major.minor 4.53).
Aligned with project conventions and prior TrustyAI assessments; no obvious compatibility flags with Torch 2.6.0. Ensure lockfile and build reflect this.
Run to verify consistency across Pipfile.lock and imagestream:
🏁 Script executed:
Length of output: 704
Fix Pipfile.lock to Resolve Transformers Bump
The Pipfile correctly pins
transformers = "~=4.53.3"
, and the imagestream manifest shows the expected major.minor4.53
. However, your Pipfile.lock is still resolving Transformers to==4.52.4
. Please update the lockfile so it reflects the bump to4.53.x
.• Pipfile (line 20):
transformers = "~=4.53.3"
• Pipfile.lock (currently):
default.transformers.version == 4.52.4
• Imagestream manifest (manifests/base/jupyter-trustyai-notebook-imagestream.yaml):
{"name": "Transformers", "version": "4.53"},
Action required:
pipenv lock
(or the equivalent command) to re-resolve dependencies.transformers
at>=4.53.3,<4.54.0
.This will ensure your build and deployments use the intended Transformers version.
🤖 Prompt for AI Agents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
recheck
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Length of output: 1130
@jiridanek Good news! The Pipfile.lock has been properly updated. All versions are now correctly aligned:
• Pipfile (line 20):
transformers = "~=4.53.3"
• Pipfile.lock:
transformers == 4.53.3
✓• Imagestream manifest (N-version):
Transformers 4.53
✓The transformers dependency is now consistently at version 4.53.3 across all configuration files. The issue I previously flagged has been resolved.
🧠 Learnings used
If you found this review helpful, would you consider giving us a shout-out on X?
Thank you for using CodeRabbit!