Skip to content

Commit 611af0c

Browse files
committed
[FLINK-25461][python] Update net.sf.py4j:py4j dependency to 0.10.8.1
1 parent d08a1d0 commit 611af0c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project bundles the following dependencies under the BSD license.
1818
See bundled license files for details.
1919

2020
- cloudpickle:1.2.2
21-
- net.sf.py4j:py4j:0.10.8.1
21+
- net.sf.py4j:py4j:0.10.9.3
2222

2323
This project bundles the following dependencies under SIL OFL 1.1 license (https://opensource.org/licenses/OFL-1.1).
2424
See bundled license files for details.

flink-python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The auto-generated Python docs can be found at [https://nightlies.apache.org/fli
2626

2727
## Python Requirements
2828

29-
Apache Flink Python API depends on Py4J (currently version 0.10.8.1), CloudPickle (currently version 1.2.2), python-dateutil(currently version 2.8.0), Apache Beam (currently version 2.27.0).
29+
Apache Flink Python API depends on Py4J (currently version 0.10.9.3), CloudPickle (currently version 1.2.2), python-dateutil(currently version 2.8.0), Apache Beam (currently version 2.27.0).
3030

3131
## Development Notices
3232

flink-python/dev/dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ setuptools>=18.0
1616
wheel
1717
apache-beam==2.27.0
1818
cython==0.29.24
19-
py4j==0.10.8.1
19+
py4j==0.10.9.3
2020
python-dateutil==2.8.0
2121
cloudpickle==1.2.2
2222
avro-python3>=1.8.1,!=1.9.2,<1.10.0

flink-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def extracted_output_files(base_dir, file_path, output_directory):
308308
author='Apache Software Foundation',
309309
author_email='dev@flink.apache.org',
310310
python_requires='>=3.6',
311-
install_requires=['py4j==0.10.8.1', 'python-dateutil==2.8.0', 'apache-beam==2.27.0',
311+
install_requires=['py4j==0.10.9.3', 'python-dateutil==2.8.0', 'apache-beam==2.27.0',
312312
'cloudpickle==1.2.2', 'avro-python3>=1.8.1,!=1.9.2,<1.10.0',
313313
'pandas>=1.0,<1.2.0', 'pyarrow>=0.15.1,<3.0.0',
314314
'pytz>=2018.3', 'numpy>=1.14.3,<1.20', 'fastavro>=0.21.4,<0.24',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This project bundles the following dependencies under the Apache Software Licens
3131
This project bundles the following dependencies under the BSD license.
3232
See bundled license files for details
3333

34-
- net.sf.py4j:py4j:0.10.8.1
34+
- net.sf.py4j:py4j:0.10.9.3
3535
- com.google.protobuf:protobuf-java:3.17.3
3636

3737
This project bundles the following dependencies under the MIT license. (https://opensource.org/licenses/MIT)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ under the License.
133133
<powermock.version>2.0.9</powermock.version>
134134
<hamcrest.version>1.3</hamcrest.version>
135135
<assertj.version>3.21.0</assertj.version>
136-
<py4j.version>0.10.8.1</py4j.version>
136+
<py4j.version>0.10.9.3</py4j.version>
137137
<beam.version>2.27.0</beam.version>
138138
<protoc.version>3.17.3</protoc.version>
139139
<arrow.version>0.16.0</arrow.version>

0 commit comments

Comments
 (0)