Skip to content

Commit 4b7d62b

Browse files
Sxnandianfu
authored andcommitted
[FLINK-38332][python] Bump pemja to 0.5.5
This closes #26974.
1 parent 3e41e72 commit 4b7d62b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

flink-python/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ under the License.
133133
<dependency>
134134
<groupId>com.alibaba</groupId>
135135
<artifactId>pemja</artifactId>
136-
<version>0.5.3</version>
136+
<version>0.5.5</version>
137137
<optional>${flink.markBundledAsOptional}</optional>
138138
</dependency>
139139

flink-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev = [
4545
"fastavro>=1.1.0,!=1.8.0",
4646
"grpcio>=1.29.0,<=1.71.0",
4747
"grpcio-tools>=1.29.0,<=1.71.0",
48-
"pemja>=0.5.0,<0.5.4; platform_system != 'Windows'",
48+
"pemja>=0.5.5,<0.5.6; platform_system != 'Windows'",
4949
"httplib2>=0.19.0",
5050
"protobuf~=4.25",
5151
"pytest~=8.0",

flink-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def extracted_output_files(base_dir, file_path, output_directory):
324324
'numpy>=1.22.4',
325325
'pandas>=1.3.0',
326326
'pyarrow>=5.0.0,<21.0.0',
327-
'pemja>=0.5.0,<0.5.4;platform_system != "Windows"',
327+
'pemja>=0.5.5,<0.5.6;platform_system != "Windows"',
328328
'httplib2>=0.19.0',
329329
'ruamel.yaml>=0.18.4',
330330
apache_flink_libraries_dependency]

flink-python/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This project bundles the following dependencies under the Apache Software Licens
2828
- org.apache.beam:beam-sdks-java-transform-service-launcher:2.54.0
2929
- org.apache.beam:beam-vendor-guava-32_1_2-jre:0.1
3030
- org.apache.beam:beam-vendor-grpc-1_60_1:0.1
31-
- com.alibaba:pemja:0.5.3
31+
- com.alibaba:pemja:0.5.5
3232

3333
This project bundles the following dependencies under the BSD license.
3434
See bundled license files for details

0 commit comments

Comments
 (0)