From 8f1447f28d3f900c70a1faed1135dcb1b5a57fc6 Mon Sep 17 00:00:00 2001 From: Wei Lee Date: Tue, 23 Jan 2024 15:43:52 +0800 Subject: [PATCH] build(setup.cfg): upgrade min amazon provider version to 8.17.0rc1 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ab161f7d5..4e0fcd0de 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ zip_safe = false [options.extras_require] amazon = - apache-airflow-providers-amazon>=8.16.0 + apache-airflow-providers-amazon>=8.17.0rc1 aiobotocore>=2.1.1 apache.hive = apache-airflow-providers-apache-hive>=6.1.5 @@ -118,7 +118,7 @@ mypy = # All extras from above except 'mypy', 'docs' and 'tests' all = aiobotocore>=2.1.1 - apache-airflow-providers-amazon>=8.16.0 + apache-airflow-providers-amazon>=8.17.0rc1 apache-airflow-providers-apache-hive>=6.1.5 apache-airflow-providers-apache-livy apache-airflow-providers-cncf-kubernetes>=4