This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 7b3e2df2ed6 Bump transformers (#39195)
7b3e2df2ed6 is described below
commit 7b3e2df2ed6161b05e12fdac415a44e38b9c6f8a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 23:34:48 2026 -0400
Bump transformers (#39195)
Bumps [transformers](https://github.com/huggingface/transformers) from
4.38.0 to 5.3.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
-
[Commits](https://github.com/huggingface/transformers/compare/v4.38.0...v5.3.0)
---
updated-dependencies:
- dependency-name: transformers
dependency-version: 5.3.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.../examples/inference/online_clustering/clustering_pipeline/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/setup.py
b/sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/setup.py
index 69f6aecf2d5..e5d7430c050 100644
---
a/sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/setup.py
+++
b/sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/setup.py
@@ -28,7 +28,7 @@ from setuptools import find_packages
REQUIREMENTS = [
"apache-beam[gcp]==2.40.0",
- "transformers==4.38.0",
+ "transformers==5.3.0",
"torch==2.12.0",
"scikit-learn==1.0.2",
]