From 49662301d25aa17b76514ab6650eaee6f281cd8b Mon Sep 17 00:00:00 2001 From: Seth Saperstein Date: Tue, 17 Jan 2023 09:19:03 -0800 Subject: [PATCH 1/4] use beam with relaxed numpy --- 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 52998ff859072..41937c4f02c18 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+lyft202301171673974192', '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', From b422a60e580c88076f64ae9741a8e5d8ecaa8d1e Mon Sep 17 00:00:00 2001 From: Seth Saperstein Date: Wed, 18 Jan 2023 14:43:04 -0800 Subject: [PATCH 2/4] bump beam with relaxed pyarrow --- 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 41937c4f02c18..ea3cddea2b2c1 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+lyft202301171673974192', + install_requires=['py4j>=0.10.8.1,<=0.10.9.5', 'python-dateutil>=2.8.1', 'apache-beam==2.30.0+lyft202301181674078264', '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', From a2cc58510d5f973f69595ac3eb8f33b8d09a1aac Mon Sep 17 00:00:00 2001 From: Seth Saperstein Date: Wed, 18 Jan 2023 16:58:37 -0800 Subject: [PATCH 3/4] relax typing extensions --- 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 ea3cddea2b2c1..13e77e40d9064 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+lyft202301181674078264', + install_requires=['py4j>=0.10.8.1,<=0.10.9.5', 'python-dateutil>=2.8.1', 'apache-beam==2.30.0+lyft202301181674088257', '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', From 349228a64f6e7a81158a14aa2614228e632c4db0 Mon Sep 17 00:00:00 2001 From: Seth Saperstein Date: Thu, 31 Aug 2023 13:25:56 -0700 Subject: [PATCH 4/4] latest beam --- 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 13e77e40d9064..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+lyft202301181674088257', + 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',