From 00703fc86bf373c5652f7972ee60aa77bc9592b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=87=E7=8E=95?= Date: Fri, 24 Apr 2026 11:07:47 +0800 Subject: [PATCH] [FLINK-39534][python] Bump pemja to 0.5.7 --- flink-python/dev/dev-requirements.txt | 2 +- flink-python/pom.xml | 2 +- flink-python/setup.py | 2 +- flink-python/src/main/resources/META-INF/NOTICE | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flink-python/dev/dev-requirements.txt b/flink-python/dev/dev-requirements.txt index 470bf70568616..bcab31b4c5081 100755 --- a/flink-python/dev/dev-requirements.txt +++ b/flink-python/dev/dev-requirements.txt @@ -28,7 +28,7 @@ numpy>=1.22.4,<2.3.0 fastavro>=1.1.0,!=1.8.0 grpcio>=1.29.0,<=1.51.3 grpcio-tools>=1.29.0,<=1.51.3 -pemja>=0.5.6,<0.5.7; platform_system != 'Windows' +pemja>=0.5.7,<0.5.8; platform_system != 'Windows' httplib2>=0.19.0 protobuf>=3.19.0 pytest~=7.0 diff --git a/flink-python/pom.xml b/flink-python/pom.xml index 06967895a1959..4c94a2af5abc2 100644 --- a/flink-python/pom.xml +++ b/flink-python/pom.xml @@ -126,7 +126,7 @@ under the License. com.alibaba pemja - 0.5.6 + 0.5.7 ${flink.markBundledAsOptional} diff --git a/flink-python/setup.py b/flink-python/setup.py index 0d9acef28683f..99c48e0cf42e5 100644 --- a/flink-python/setup.py +++ b/flink-python/setup.py @@ -324,7 +324,7 @@ def extracted_output_files(base_dir, file_path, output_directory): 'numpy>=1.22.4', 'pandas>=1.3.0,<2.3', # FLINK-38513: 2.3+ drops cp39 wheels 'pyarrow>=5.0.0,<21.0.0', - 'pemja>=0.5.6,<0.5.7;platform_system != "Windows"', + 'pemja>=0.5.7,<0.5.8;platform_system != "Windows"', 'httplib2>=0.19.0', 'ruamel.yaml>=0.18.4', 'setuptools>=75.3,<82.0.0', diff --git a/flink-python/src/main/resources/META-INF/NOTICE b/flink-python/src/main/resources/META-INF/NOTICE index e0bc48c5854c4..6a638edbecfd5 100644 --- a/flink-python/src/main/resources/META-INF/NOTICE +++ b/flink-python/src/main/resources/META-INF/NOTICE @@ -27,7 +27,7 @@ This project bundles the following dependencies under the Apache Software Licens - org.apache.beam:beam-sdks-java-fn-execution:2.43.0 - org.apache.beam:beam-vendor-guava-26_0-jre:0.1 - org.apache.beam:beam-vendor-grpc-1_48_1:0.1 -- com.alibaba:pemja:0.5.6 +- com.alibaba:pemja:0.5.7 This project bundles the following dependencies under the BSD license. See bundled license files for details