Skip to content

Commit 9a2daaf

Browse files
Update dependency apache-beam to v2.44.0
1 parent a9b1131 commit 9a2daaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flink-python/dev/dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
pip>=20.3
1616
setuptools>=18.0
1717
wheel
18-
apache-beam==2.43.0
18+
apache-beam==2.44.0
1919
cython==0.29.24
2020
py4j==0.10.9.7
2121
python-dateutil>=2.8.0,<3

flink-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def extracted_output_files(base_dir, file_path, output_directory):
305305
'pyflink.examples': ['*.py', '*/*.py'],
306306
'pyflink.bin': ['*']}
307307

308-
install_requires = ['py4j==0.10.9.7', 'python-dateutil>=2.8.0,<3', 'apache-beam==2.43.0',
308+
install_requires = ['py4j==0.10.9.7', 'python-dateutil>=2.8.0,<3', 'apache-beam==2.44.0',
309309
'cloudpickle==2.2.0', 'avro-python3>=1.8.1,!=1.9.2,<1.10.0',
310310
'pytz>=2018.3', 'fastavro>=1.1.0,<1.4.8', 'requests>=2.26.0',
311311
'protobuf>=3.19.0,<=3.21',

0 commit comments

Comments
 (0)