This is an automated email from the ASF dual-hosted git repository.

github-merge-queue[bot] pushed a commit to branch release/v1.2
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/release/v1.2 by this push:
     new ad5ba6bd70 fix(deps, pyamber, v1.2): update dependency transformers to 
v5.10.1 (#8656)
ad5ba6bd70 is described below

commit ad5ba6bd704ab02fbeebaca1d9debe13de4929c7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 24 03:16:14 2026 +0000

    fix(deps, pyamber, v1.2): update dependency transformers to v5.10.1 (#8656)
    
    ### What changes were proposed in this PR?
    
    Automated backport of #8313 to `release/v1.2`.
    
    Source: 1b25a0ab536f0ff5d7cee521488b3d356a1f3092 ยท [automation
    run](https://github.com/apache/texera/actions/runs/35949747026)
    
    ### Any related issues, documentation, discussions?
    
    Backport of #8313. Fixes CVE-2026-9856 (see #8313 for details).
    
    ### How was this PR tested?
    
    Release-branch CI runs on this branch once the conflicts are resolved
    and this PR is marked ready for review.
    
    ### Was this PR authored or co-authored using generative AI tooling?
    
    No.
    
    Co-authored-by: Mend Renovate <[email protected]>
    Co-authored-by: Xinyuan Lin <[email protected]>
    Co-authored-by: Meng Wang <[email protected]>
    Co-authored-by: Xuan Gu <[email protected]>
---
 amber/LICENSE-binary-python     | 2 +-
 amber/operator-requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/amber/LICENSE-binary-python b/amber/LICENSE-binary-python
index 11fd33977a..47f4a31bf0 100644
--- a/amber/LICENSE-binary-python
+++ b/amber/LICENSE-binary-python
@@ -233,7 +233,7 @@ Python packages:
   - safetensors==0.8.0
   - tenacity==8.5.0
   - tokenizers==0.22.2
-  - transformers==5.3.0
+  - transformers==5.10.1
   - tzdata==2026.3
   - websocket-client==1.9.0
   - yarl==1.24.5
diff --git a/amber/operator-requirements.txt b/amber/operator-requirements.txt
index de5df43598..5dc7b082b8 100644
--- a/amber/operator-requirements.txt
+++ b/amber/operator-requirements.txt
@@ -27,5 +27,5 @@ torch==2.13.0+cpu ; platform_system == "Linux" and 
platform_machine == "x86_64"
 torch==2.13.0 ; platform_system != "Linux" or platform_machine != "x86_64"
 
 scikit-learn==1.5.0
-transformers==5.3.0
+transformers==5.10.1
 scikit-image==0.25.2

Reply via email to