You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2020/07/07 16:49:11 UTC

[beam] branch master updated: [BEAM-5414] - Update grpcio-tools to its latest version. (#12179)

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

altay 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 7776ca6  [BEAM-5414] - Update grpcio-tools to its latest version. (#12179)
7776ca6 is described below

commit 7776ca68a9030aab82c15da0b0c1b11cc7c17bee
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Tue Jul 7 09:48:43 2020 -0700

    [BEAM-5414] - Update grpcio-tools to its latest version. (#12179)
    
    [BEAM-5414] - Update grpcio-tools to its latest version. (#12179)
    
    Generated files have lots of deprecation warnings. Upgrading the grpcio-tool might fix the issue. Also, https://issues.apache.org/jira/browse/BEAM-5414 probably no longer relevant.
---
 sdks/python/build-requirements.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sdks/python/build-requirements.txt b/sdks/python/build-requirements.txt
index 8bd4aa9..1ecd6ec 100644
--- a/sdks/python/build-requirements.txt
+++ b/sdks/python/build-requirements.txt
@@ -14,7 +14,6 @@
 #    See the License for the specific language governing permissions and
 #    limitations under the License.
 #
-# TODO(BEAM-5414): latest grpcio-tools incompatible with latest protobuf 3.6.1.
-grpcio-tools>=1.3.5,<=1.14.2
+grpcio-tools==1.30.0
 future==0.18.2
 mypy-protobuf==1.18