Skip to content

Commit

Permalink
Updating setup.cfg with RC provider packages on apache/airflow#39947
Browse files Browse the repository at this point in the history
  • Loading branch information
airflow-oss-bot committed May 31, 2024
1 parent 149dd9e commit 5cfb11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ postgres = [
"apache-airflow-providers-postgres",
]
amazon = [
"apache-airflow-providers-amazon>=8.18.0",
"apache-airflow-providers-amazon==8.24.0rc1",
"s3fs",
"smart-open[s3]>=5.2.1,<7.0.0",
]
Expand Down Expand Up @@ -108,7 +108,7 @@ duckdb = [
]

all = [
"apache-airflow-providers-amazon>=8.18.0",
"apache-airflow-providers-amazon==8.24.0rc1",
"apache-airflow-providers-google>=10.15.0",
"apache-airflow-providers-ftp",
"apache-airflow-providers-postgres",
Expand Down

0 comments on commit 5cfb11a

Please sign in to comment.