This is an automated email from the ASF dual-hosted git repository.
hxb pushed a commit to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.12 by this push:
new bd2b763 [FLINK-25437][python] Correct grpcio dependency version in
dev-requirenment.txt
bd2b763 is described below
commit bd2b763408e5011acf0935dd4cb2d6b3deff23d1
Author: huangxingbo <[email protected]>
AuthorDate: Fri Dec 24 15:07:38 2021 +0800
[FLINK-25437][python] Correct grpcio dependency version in
dev-requirenment.txt
This closes #18198.
---
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 514e21e..b09972a 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