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

chamikara 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 19d3795  [BEAM-13052] Increment protobuf version to 3.19.0 (#15883)
19d3795 is described below

commit 19d37955f10f2fa49627d01009f13af67d424738
Author: dpcollins-google <[email protected]>
AuthorDate: Wed Nov 10 18:49:37 2021 -0500

    [BEAM-13052] Increment protobuf version to 3.19.0 (#15883)
    
    * [BEAM-13052] Increment protobuf version to 3.19.0
    
    * Fix lint check
---
 sdks/python/apache_beam/runners/worker/operations.py | 1 -
 sdks/python/container/base_image_requirements.txt    | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/sdks/python/apache_beam/runners/worker/operations.py 
b/sdks/python/apache_beam/runners/worker/operations.py
index 1d8173e..3464c57 100644
--- a/sdks/python/apache_beam/runners/worker/operations.py
+++ b/sdks/python/apache_beam/runners/worker/operations.py
@@ -39,7 +39,6 @@ from typing import Mapping
 from typing import NamedTuple
 from typing import Optional
 from typing import Tuple
-from typing import Union
 
 from apache_beam import coders
 from apache_beam.internal import pickler
diff --git a/sdks/python/container/base_image_requirements.txt 
b/sdks/python/container/base_image_requirements.txt
index b98d530..3462459 100644
--- a/sdks/python/container/base_image_requirements.txt
+++ b/sdks/python/container/base_image_requirements.txt
@@ -33,7 +33,7 @@ grpcio==1.40.0
 hdfs==2.5.8
 httplib2==0.19.1
 oauth2client==4.1.3
-protobuf==3.17.3
+protobuf==3.19.0
 pyarrow==3.0.0
 pydot==1.4.1
 pymongo==3.10.1

Reply via email to