From 1c9ff1151ea29680695d948e1c3372dc523bb781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 08:48:24 +0000 Subject: [PATCH] Update dependency fastavro to v1.9.0 --- flink-python/dev/dev-requirements.txt | 2 +- flink-python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flink-python/dev/dev-requirements.txt b/flink-python/dev/dev-requirements.txt index 20cb41d0081af..a749330668865 100755 --- a/flink-python/dev/dev-requirements.txt +++ b/flink-python/dev/dev-requirements.txt @@ -28,7 +28,7 @@ pyarrow==13.0.0; python_version < '3.7' pytz>=2018.3 numpy==1.26.1; python_version >= '3.7' numpy==1.26.1; python_version < '3.7' -fastavro==1.8.4 +fastavro==1.9.0 grpcio==1.59.0 grpcio-tools==1.59.0 pemja==0.4.1; python_version >= '3.7' and platform_system != 'Windows' diff --git a/flink-python/setup.py b/flink-python/setup.py index ee82834a26186..4adb17bf8850f 100644 --- a/flink-python/setup.py +++ b/flink-python/setup.py @@ -310,7 +310,7 @@ def extracted_output_files(base_dir, file_path, output_directory): install_requires = ['py4j==0.10.9.7', 'python-dateutil==2.8.2', 'apache-beam==2.51.0', 'cloudpickle==3.0.0', 'avro-python3>=1.10.2,!=1.9.2,<1.10.3', - 'pytz>=2018.3', 'fastavro>=1.8.0,<1.9.0', 'requests>=2.26.0', + 'pytz>=2018.3', 'fastavro>=1.9.0,<1.10.0', 'requests>=2.26.0', 'protobuf<4.25', 'pemja==0.4.1;' 'python_full_version >= "3.7" and platform_system != "Windows"',