This is an automated email from the ASF dual-hosted git repository. altay pushed a commit to branch aaltay-patch-3 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 2dcc63418beafe765e72c3940ef51960089b1f65 Author: Ahmet Altay <[email protected]> AuthorDate: Mon Jul 6 12:15:45 2020 -0700 [BEAM-5414] - Update grpcio-tools to its latest version. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/build-requirements.txt b/sdks/python/build-requirements.txt index 8bd4aa9..925da25 100644 --- a/sdks/python/build-requirements.txt +++ b/sdks/python/build-requirements.txt @@ -15,6 +15,6 @@ # 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
