HuangXingBo commented on code in PR #18769:
URL: https://github.com/apache/flink/pull/18769#discussion_r877834525
##########
NOTICE:
##########
@@ -17,7 +17,7 @@ See bundled license files for details.
This project bundles the following dependencies under the BSD license.
See bundled license files for details.
-- cloudpickle:1.2.2
+- cloudpickle:2.0.0
Review Comment:
We also need to replace the source package in the directory flink-python/lib
##########
flink-python/setup.py:
##########
@@ -310,12 +310,12 @@ def extracted_output_files(base_dir, file_path,
output_directory):
author='Apache Software Foundation',
author_email='[email protected]',
python_requires='>=3.6',
- install_requires=['py4j==0.10.9.3', 'python-dateutil==2.8.0',
'apache-beam==2.27.0',
- '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',
+ install_requires=['py4j==0.10.9.3', 'python-dateutil==2.8.0',
'apache-beam==2.38.0',
+ 'cloudpickle==2.0.0',
'avro-python3>=1.8.1,!=1.9.2,<1.10.0',
+ 'pandas>=1.3.0', 'pyarrow>=5.0.0',
+ 'pytz>=2018.3', 'numpy>=1.21.4',
'fastavro>=0.21.4,<0.24',
'requests>=2.26.0', 'protobuf<3.18',
- 'pemja==0.1.4;python_full_version >= "3.7"',
+ 'pemja==0.1.5;python_full_version >= "3.7"',
'httplib2>=0.8,<0.19.0',
Review Comment:
need to add `'httplib2>=0.8,<0.19.0'` to `dev-requirements.txt`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]