Skip to content

Commit c82bee9

Browse files
authored
[FLINK-39534][python] Bump pemja to 0.5.7 (#28019)
1 parent df69b9d commit c82bee9

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.51.3
3030
grpcio-tools>=1.29.0,<=1.51.3
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>=3.19.0
3434
pytest~=7.0

flink-python/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ under the License.
126126
<dependency>
127127
<groupId>com.alibaba</groupId>
128128
<artifactId>pemja</artifactId>
129-
<version>0.5.6</version>
129+
<version>0.5.7</version>
130130
<optional>${flink.markBundledAsOptional}</optional>
131131
</dependency>
132132

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
'setuptools>=75.3,<82.0.0',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This project bundles the following dependencies under the Apache Software Licens
2727
- org.apache.beam:beam-sdks-java-fn-execution:2.43.0
2828
- org.apache.beam:beam-vendor-guava-26_0-jre:0.1
2929
- org.apache.beam:beam-vendor-grpc-1_48_1:0.1
30-
- com.alibaba:pemja:0.5.6
30+
- com.alibaba:pemja:0.5.7
3131

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

0 commit comments

Comments
 (0)