Skip to content

Commit

Permalink
Updating setup.cfg with RC provider packages on apache/airflow#41080
Browse files Browse the repository at this point in the history
  • Loading branch information
airflow-oss-bot committed Jul 29, 2024
1 parent 33ca675 commit bd2b84b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tests = [
]
google = [
"protobuf",
"apache-airflow-providers-google>=10.15.0",
"apache-airflow-providers-google==10.21.1rc1",
"sqlalchemy-bigquery>=1.3.0",
"smart-open[gcs]>=5.2.1,<7.0.0",
"google-cloud-bigquery<3.21.0"
Expand All @@ -69,7 +69,7 @@ postgres = [
"apache-airflow-providers-postgres",
]
amazon = [
"apache-airflow-providers-amazon>=8.18.0",
"apache-airflow-providers-amazon==8.27.0rc1",
"s3fs",
"smart-open[s3]>=5.2.1,<7.0.0",
]
Expand Down Expand Up @@ -108,8 +108,8 @@ duckdb = [
]

all = [
"apache-airflow-providers-amazon>=8.18.0",
"apache-airflow-providers-google>=10.15.0",
"apache-airflow-providers-amazon==8.27.0rc1",
"apache-airflow-providers-google==10.21.1rc1",
"apache-airflow-providers-ftp",
"apache-airflow-providers-postgres",
"apache-airflow-providers-snowflake>=5.3.0",
Expand Down

0 comments on commit bd2b84b

Please sign in to comment.