Skip to content

Commit

Permalink
Updating setup.cfg with RC provider packages on apache/airflow#36467
Browse files Browse the repository at this point in the history
  • Loading branch information
airflow-oss-bot committed Dec 28, 2023
1 parent aa0e57b commit af3e87f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tests = [
]
google = [
"protobuf",
"apache-airflow-providers-google>=6.4.0",
"apache-airflow-providers-google==10.13.1rc1",
"sqlalchemy-bigquery>=1.3.0",
"smart-open[gcs]>=5.2.1"
]
Expand All @@ -69,12 +69,12 @@ postgres = [
"apache-airflow-providers-postgres",
]
amazon = [
"apache-airflow-providers-amazon>=5.0.0",
"apache-airflow-providers-amazon==8.15.0rc1",
"s3fs",
"smart-open[s3]>=5.2.1",
]
azure = [
"apache-airflow-providers-microsoft-azure",
"apache-airflow-providers-microsoft-azure==8.5.1rc1",
"azure-storage-blob",
"smart-open[azure]>=5.2.1",
]
Expand Down Expand Up @@ -108,8 +108,8 @@ duckdb = [
]

all = [
"apache-airflow-providers-amazon",
"apache-airflow-providers-google>=6.4.0",
"apache-airflow-providers-amazon==8.15.0rc1",
"apache-airflow-providers-google==10.13.1rc1",
"apache-airflow-providers-ftp",
"apache-airflow-providers-postgres",
"apache-airflow-providers-snowflake",
Expand All @@ -125,7 +125,7 @@ all = [
"s3fs",
"protobuf",
"openlineage-airflow>=0.17.0",
"apache-airflow-providers-microsoft-azure",
"apache-airflow-providers-microsoft-azure==8.5.1rc1",
"azure-storage-blob",
"apache-airflow-providers-microsoft-mssql>=3.2",
"airflow-provider-duckdb>=0.0.2",
Expand Down

0 comments on commit af3e87f

Please sign in to comment.