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

hxb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 95760810b3d [FLINK-37991][python] Upgrade pemja to 0.5.3 (#26714)
95760810b3d is described below

commit 95760810b3dd262ddaae14cdc3a28deb1e166f61
Author: HuangXingBo <h...@apache.org>
AuthorDate: Fri Jun 27 15:13:26 2025 +0800

    [FLINK-37991][python] Upgrade pemja to 0.5.3 (#26714)
---
 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 671166a88c4..0c92d16b1e0 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.71.0
 grpcio-tools>=1.29.0,<=1.71.0
-pemja==0.5.1; platform_system != 'Windows'
+pemja>=0.5.0,<0.6.0; platform_system != 'Windows'
 httplib2>=0.19.0
 protobuf~=4.25
 pytest~=8.0
diff --git a/flink-python/pom.xml b/flink-python/pom.xml
index a80b82ac14c..8bac483ee4b 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.1</version>
+                       <version>0.5.3</version>
                        <optional>${flink.markBundledAsOptional}</optional>
                </dependency>
 
diff --git a/flink-python/setup.py b/flink-python/setup.py
index 0157d7279a3..5ff3120afe6 100644
--- a/flink-python/setup.py
+++ b/flink-python/setup.py
@@ -324,7 +324,7 @@ try:
                         'numpy>=1.22.4',
                         'pandas>=1.3.0',
                         'pyarrow>=5.0.0',
-                        'pemja==0.5.1;platform_system != "Windows"',
+                        'pemja>=0.5.0,<0.6.0;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 097c789003d..652938e436d 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.1
+- com.alibaba:pemja:0.5.3
 
 This project bundles the following dependencies under the BSD license.
 See bundled license files for details

Reply via email to