Skip to content

Commit 6037e36

Browse files
authored
[FLINK-39534][python] Bump pemja to 0.5.7 (#28018)
1 parent 76f8689 commit 6037e36

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.6,<0.5.7; platform_system != 'Windows'
31+
pemja>=0.5.7,<0.5.8; 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.6</version>
136+
<version>0.5.7</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,<2.3', # FLINK-38513: 2.3+ drops cp39 wheels
326326
'pyarrow>=5.0.0,<21.0.0',
327-
'pemja>=0.5.6,<0.5.7;platform_system != "Windows"',
327+
'pemja>=0.5.7,<0.5.8;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.6
31+
- com.alibaba:pemja:0.5.7
3232

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

0 commit comments

Comments
 (0)