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

ccy pushed a commit to branch release-2.7.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.7.0 by this push:
     new d10f7d4  Merge pull request #6419 from apache/charlesccychen-patch-1
d10f7d4 is described below

commit d10f7d403574a25560dfc7363da47aaf77dd436c
Author: Charles Chen <[email protected]>
AuthorDate: Mon Sep 17 20:16:31 2018 -0700

    Merge pull request #6419 from apache/charlesccychen-patch-1
    
    [BEAM-5414] Latest grpcio-tools incompatible with latest protobuf 3.6.1
---
 sdks/python/gen_protos.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sdks/python/gen_protos.py b/sdks/python/gen_protos.py
index 179942f..a5d50c0 100644
--- a/sdks/python/gen_protos.py
+++ b/sdks/python/gen_protos.py
@@ -30,7 +30,8 @@ import warnings
 
 import pkg_resources
 
-GRPC_TOOLS = 'grpcio-tools>=1.3.5,<2'
+# TODO(BEAM-5414): latest grpcio-tools incompatible with latest protobuf 3.6.1.
+GRPC_TOOLS = 'grpcio-tools>=1.3.5,<=1.14.2'
 
 BEAM_PROTO_PATHS = [
     os.path.join('..', '..', 'model', 'pipeline', 'src', 'main', 'proto'),

Reply via email to