Skip to content

Commit dc8bcfd

Browse files
authored
[FLINK-38332][python] Bump pemja to 0.5.5 (#26995)
1 parent f54c72f commit dc8bcfd

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.51.3
3030
grpcio-tools>=1.29.0,<=1.51.3
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>=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.3</version>
129+
<version>0.5.5</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',
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
@@ -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.3
30+
- com.alibaba:pemja:0.5.5
3131

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

0 commit comments

Comments
 (0)