Skip to content

Commit

Permalink
build(setup.cfg): upgrade min amazon provider version to 8.17.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Jan 24, 2024
1 parent 2b47fd0 commit 8f1447f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8f1447f

Please sign in to comment.