Skip to content

Commit 182f8dd

Browse files
Update dependency apache-beam to v2.62.0 (#2847)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f058b9 commit 182f8dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.61.0
18+
apache-beam==2.62.0
1919
cython==3.0.11
2020
py4j==0.10.9.9
2121
python-dateutil==2.9.0.post0

flink-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requires = [
2121
"packaging==24.2; platform_machine=='arm64'", # macos M1
2222
"setuptools>=18.0",
2323
"wheel",
24-
"apache-beam==2.61.0",
24+
"apache-beam==2.62.0",
2525
"cython==3.0.11"
2626
]
2727

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
'pyflink.examples': ['*.py', '*/*.py'],
309309
'pyflink.bin': ['*']}
310310

311-
install_requires = ['py4j==0.10.9.9', 'python-dateutil==2.9.0.post0', 'apache-beam==2.61.0',
311+
install_requires = ['py4j==0.10.9.9', 'python-dateutil==2.9.0.post0', 'apache-beam==2.62.0',
312312
'cloudpickle==3.1.1', 'avro-python3>=1.10.2,!=1.9.2,<1.10.3',
313313
'pytz>=2018.3', 'fastavro>=1.10.0,<1.11.0', 'requests>=2.26.0',
314314
'protobuf<5.30',

0 commit comments

Comments
 (0)