diff --git a/flink-python/setup.py b/flink-python/setup.py index 52998ff859072..6696ae70f6094 100644 --- a/flink-python/setup.py +++ b/flink-python/setup.py @@ -302,7 +302,7 @@ def extracted_output_files(base_dir, file_path, output_directory): author='Apache Software Foundation', author_email='dev@flink.apache.org', python_requires='>3.6', - install_requires=['py4j>=0.10.8.1,<=0.10.9.5', 'python-dateutil>=2.8.1', 'apache-beam==2.30.0+lyft202205161652748117', + install_requires=['py4j>=0.10.8.1,<=0.10.9.5', 'python-dateutil>=2.8.1', 'apache-beam==2.30.0+lyft202303141678842953', 'cloudpickle>=1.2.2', 'avro-python3>=1.8.1,!=1.9.2,<1.10.0', 'pandas>=1.0,<1.4.0', 'pyarrow>=0.15.1,<=8.0.0', 'pytz>=2018.3', 'numpy>=1.14.3,<1.22.0', 'fastavro>=0.21.4,<0.24',