From 65e04ff7db50a23825ec148db88154545a2ab537 Mon Sep 17 00:00:00 2001 From: huangxingbo Date: Fri, 24 Dec 2021 15:07:38 +0800 Subject: [PATCH] [FLINK-25437][python] Correct grpcio dependency version in dev-requirenment.txt --- flink-python/dev/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-python/dev/dev-requirements.txt b/flink-python/dev/dev-requirements.txt index 514e21e37f847..b09972a864e09 100755 --- a/flink-python/dev/dev-requirements.txt +++ b/flink-python/dev/dev-requirements.txt @@ -24,5 +24,5 @@ jsonpickle==1.2 pyarrow>=0.15.1,<0.18.0 pytz>=2018.3 numpy>=1.14.3,<1.20 -grpcio>=1.17.0,<=1.26.0 +grpcio>=1.29.0,<2 grpcio-tools>=1.3.5,<=1.14.2