Skip to content

Commit

Permalink
build(setup.cfg): update amazon provider min version to 8.18.0 (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W authored Feb 19, 2024
1 parent 2555e08 commit e088bdd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e088bdd

Please sign in to comment.