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 66ddb98  [FLINK-24305][python] Limit the protobuf version<3.18
66ddb98 is described below

commit 66ddb98430af4b26b8ff9245f1e7a0081b6731b2
Author: huangxingbo <[email protected]>
AuthorDate: Thu Sep 16 15:43:31 2021 +0800

    [FLINK-24305][python] Limit the protobuf version<3.18
---
 flink-python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-python/setup.py b/flink-python/setup.py
index ae26fe7..32fcb61 100644
--- a/flink-python/setup.py
+++ b/flink-python/setup.py
@@ -319,7 +319,7 @@ run sdist.
                           'pandas>=0.24.2,<1; python_full_version < "3.5.3"',
                           'pandas>=0.25.2,<1; python_full_version >= "3.5.3"',
                           'pyarrow>=0.15.1,<0.18.0', 'pytz>=2018.3', 
'numpy>=1.14.3,<1.20',
-                          'requests>=2.26.0; python_version >= "3.6"'],
+                          'requests>=2.26.0; python_version >= "3.6"', 
'protobuf<3.18'],
         cmdclass={'build_ext': build_ext},
         tests_require=['pytest==4.4.1'],
         description='Apache Flink Python API',

Reply via email to