This is an automated email from the ASF dual-hosted git repository.

wenjin272 pushed a commit to branch release-2.2
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-2.2 by this push:
     new 66689e462a1 [FLINK-39534][python] Bump pemja to 0.5.7 (#28016)
66689e462a1 is described below

commit 66689e462a152521d80dafaf45e3fb6485da9cd5
Author: Wenjin Xie <[email protected]>
AuthorDate: Fri Apr 24 17:05:33 2026 +0800

    [FLINK-39534][python] Bump pemja to 0.5.7 (#28016)
    
    (cherry picked from commit f005e5c5f4b922701c29ac5b0d11401ee06efd38)
---
 flink-python/pom.xml                            | 2 +-
 flink-python/pyproject.toml                     | 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/pom.xml b/flink-python/pom.xml
index eba34f2ad00..e6d22457967 100644
--- a/flink-python/pom.xml
+++ b/flink-python/pom.xml
@@ -133,7 +133,7 @@ under the License.
                <dependency>
                        <groupId>com.alibaba</groupId>
                        <artifactId>pemja</artifactId>
-                       <version>0.5.6</version>
+                       <version>0.5.7</version>
                        <optional>${flink.markBundledAsOptional}</optional>
                </dependency>
 
diff --git a/flink-python/pyproject.toml b/flink-python/pyproject.toml
index 7fa2c662325..04cac48efa8 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.6,<0.5.7; platform_system != 'Windows'",
+  "pemja>=0.5.7,<0.5.8; 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 7845f532654..a48a0e954f3 100644
--- a/flink-python/setup.py
+++ b/flink-python/setup.py
@@ -325,7 +325,7 @@ try:
                         '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',
                         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 343e504fa3c..2bca2176728 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.6
+- com.alibaba:pemja:0.5.7
 
 This project bundles the following dependencies under the BSD license.
 See bundled license files for details

Reply via email to