diff --git a/flink-python/pom.xml b/flink-python/pom.xml index 8bac483ee4b8c..6ab12545090de 100644 --- a/flink-python/pom.xml +++ b/flink-python/pom.xml @@ -133,7 +133,7 @@ under the License. com.alibaba pemja - 0.5.3 + 0.5.5 ${flink.markBundledAsOptional} diff --git a/flink-python/pyproject.toml b/flink-python/pyproject.toml index eaa5149a9e433..3ffc01ff89e14 100644 --- a/flink-python/pyproject.toml +++ b/flink-python/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "fastavro>=1.1.0,!=1.8.0", "grpcio>=1.29.0,<=1.71.0", "grpcio-tools>=1.29.0,<=1.71.0", - "pemja>=0.5.0,<0.5.4; platform_system != 'Windows'", + "pemja>=0.5.5,<0.5.6; platform_system != 'Windows'", "httplib2>=0.19.0", "protobuf~=4.25", "pytest~=8.0", diff --git a/flink-python/setup.py b/flink-python/setup.py index 2526f62cd9577..07699638e61f7 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', 'pyarrow>=5.0.0,<21.0.0', - 'pemja>=0.5.0,<0.5.4;platform_system != "Windows"', + 'pemja>=0.5.5,<0.5.6;platform_system != "Windows"', 'httplib2>=0.19.0', 'ruamel.yaml>=0.18.4', apache_flink_libraries_dependency] diff --git a/flink-python/src/main/resources/META-INF/NOTICE b/flink-python/src/main/resources/META-INF/NOTICE index 652938e436d4d..b6768c3e0118f 100644 --- a/flink-python/src/main/resources/META-INF/NOTICE +++ b/flink-python/src/main/resources/META-INF/NOTICE @@ -28,7 +28,7 @@ This project bundles the following dependencies under the Apache Software Licens - org.apache.beam:beam-sdks-java-transform-service-launcher:2.54.0 - org.apache.beam:beam-vendor-guava-32_1_2-jre:0.1 - org.apache.beam:beam-vendor-grpc-1_60_1:0.1 -- com.alibaba:pemja:0.5.3 +- com.alibaba:pemja:0.5.5 This project bundles the following dependencies under the BSD license. See bundled license files for details