diff --git a/flink-python/dev/dev-requirements.txt b/flink-python/dev/dev-requirements.txt index 4da2ba7f21014..cc2ed521102b5 100755 --- a/flink-python/dev/dev-requirements.txt +++ b/flink-python/dev/dev-requirements.txt @@ -22,7 +22,7 @@ python-dateutil>=2.8.0,<3 cloudpickle~=2.2.0 avro>=1.12.0 pandas>=1.3.0 -pyarrow>=5.0.0 +pyarrow>=5.0.0,<21.0.0 pytz>=2018.3 numpy>=1.22.4,<2.3.0 fastavro>=1.1.0,!=1.8.0 diff --git a/flink-python/setup.py b/flink-python/setup.py index be2975dc69433..2526f62cd9577 100644 --- a/flink-python/setup.py +++ b/flink-python/setup.py @@ -323,7 +323,7 @@ def extracted_output_files(base_dir, file_path, output_directory): 'protobuf>=3.19.0', 'numpy>=1.22.4', 'pandas>=1.3.0', - 'pyarrow>=5.0.0', + 'pyarrow>=5.0.0,<21.0.0', 'pemja>=0.5.0,<0.5.4;platform_system != "Windows"', 'httplib2>=0.19.0', 'ruamel.yaml>=0.18.4',