From e088bddcd4feb03204752b0692880df82b30aee6 Mon Sep 17 00:00:00 2001 From: Wei Lee Date: Mon, 19 Feb 2024 14:21:52 +0800 Subject: [PATCH] build(setup.cfg): update amazon provider min version to 8.18.0 (#1481) --- setup.cfg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index cfdbe3155..2f06708f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,8 +44,7 @@ zip_safe = false [options.extras_require] amazon = - # Update version when the below RC is released - apache-airflow-providers-amazon>=8.18.0rc2 + apache-airflow-providers-amazon>=8.18.0 aiobotocore>=2.1.1 apache.hive = apache-airflow-providers-apache-hive>=6.1.5 @@ -120,8 +119,7 @@ mypy = # All extras from above except 'mypy', 'docs' and 'tests' all = aiobotocore>=2.1.1 - # Update version when the below RC is released - apache-airflow-providers-amazon>=8.18.0rc2 + apache-airflow-providers-amazon>=8.18.0 apache-airflow-providers-apache-hive>=6.1.5 apache-airflow-providers-apache-livy>=3.7.1 # TODO: Update version when below RC is released