Skip to content

Commit ee369f1

Browse files
authored
[FLINK-38332][python] Bump pemja to 0.5.5 (#26997)
1 parent 3e7c8eb commit ee369f1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

flink-python/dev/dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ numpy>=1.22.4,<2.3.0
2828
fastavro>=1.1.0,!=1.8.0
2929
grpcio>=1.29.0,<=1.71.0
3030
grpcio-tools>=1.29.0,<=1.71.0
31-
pemja>=0.5.0,<0.5.4; platform_system != 'Windows'
31+
pemja>=0.5.5,<0.5.6; platform_system != 'Windows'
3232
httplib2>=0.19.0
3333
protobuf~=4.25
3434
pytest~=8.0

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/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)