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

dianfu pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.14 by this push:
     new 3621b00  [FLINK-23345][python] Limits the version requests to 2.26.0 
or above
3621b00 is described below

commit 3621b00358fecacbc63e4919525343560adf5ebe
Author: Dian Fu <dia...@apache.org>
AuthorDate: Thu Sep 9 21:00:56 2021 +0800

    [FLINK-23345][python] Limits the version requests to 2.26.0 or above
    
    This closes #17219.
---
 flink-python/setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-python/setup.py b/flink-python/setup.py
index 2a7a04c..3b6ad3f 100644
--- a/flink-python/setup.py
+++ b/flink-python/setup.py
@@ -312,6 +312,7 @@ try:
                           'cloudpickle==1.2.2', 
'avro-python3>=1.8.1,!=1.9.2,<1.10.0',
                           'pandas>=1.0,<1.2.0', 'pyarrow>=0.15.1,<3.0.0',
                           'pytz>=2018.3', 'numpy>=1.14.3,<1.20', 
'fastavro>=0.21.4,<0.24',
+                          'requests>=2.26.0',
                           apache_flink_libraries_dependency],
         cmdclass={'build_ext': build_ext},
         tests_require=['pytest==4.4.1'],

Reply via email to