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

anandinguva 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 edb8f2005e9 Bump transformers (#27107)
edb8f2005e9 is described below

commit edb8f2005e99eec1d730f0ec0dafc1603ec6f148
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 15 12:00:50 2023 -0400

    Bump transformers (#27107)
    
    Bumps [transformers](https://github.com/huggingface/transformers) from 
4.21.1 to 4.30.0.
    - [Release notes](https://github.com/huggingface/transformers/releases)
    - 
[Commits](https://github.com/huggingface/transformers/compare/v4.21.1...v4.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: transformers
      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 799bf953ae3..321128cce89 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.21.1",
+    "transformers==4.30.0",
     "torch==1.13.1",
     "scikit-learn==1.0.2",
 ]

Reply via email to