From b1445f2c0d115e2fbb36b776c6903a9d266d1f63 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 1 Sep 2026 19:20:24 +0000 Subject: [PATCH 1/2] fix(deps, pyamber): update dependency transformers to v5.10.1 --- amber/operator-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amber/operator-requirements.txt b/amber/operator-requirements.txt index d78fe77fe83..c0a8f37f176 100644 --- a/amber/operator-requirements.txt +++ b/amber/operator-requirements.txt @@ -26,7 +26,7 @@ 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.7.2 -transformers==5.5.0 +transformers==5.10.1 # Not imported by any operator template: plotly's create_ternary_contour # (ternary contour operator, #4193) requires scikit-image at runtime. scikit-image==0.25.2 From b165cebed15c3b2785773d2e9d9bc818fe9ae3b1 Mon Sep 17 00:00:00 2001 From: Xinyuan Lin Date: Tue, 1 Sep 2026 17:26:47 -0700 Subject: [PATCH 2/2] chore(deps, pyamber): sync transformers in LICENSE-binary transformers 5.5.0 -> 5.10.1 is a direct dep of amber/operator-requirements.txt, so the pyamber license drift check blocks until amber/LICENSE-binary-python claims the same version. transformers remains Apache-2.0, so the bullet stays in its existing section. --- amber/LICENSE-binary-python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amber/LICENSE-binary-python b/amber/LICENSE-binary-python index 976c2f702d7..6159b074996 100644 --- a/amber/LICENSE-binary-python +++ b/amber/LICENSE-binary-python @@ -233,7 +233,7 @@ Python packages: - safetensors==0.8.0 - tenacity==9.1.4 - tokenizers==0.22.2 - - transformers==5.5.0 + - transformers==5.10.1 - tzdata==2026.3 - websocket-client==1.9.0 - yarl==1.24.5