Skip to content

Commit

Permalink
Updating setup.cfg with RC provider packages on apache/airflow#39578
Browse files Browse the repository at this point in the history
  • Loading branch information
airflow-oss-bot committed May 13, 2024
1 parent 3fd9d74 commit 48b72a5
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 @@ -55,7 +55,7 @@ tests = [
]
google = [
"protobuf",
"apache-airflow-providers-google>=10.15.0",
"apache-airflow-providers-google==10.18.0rc2",
"sqlalchemy-bigquery>=1.3.0",
"smart-open[gcs]>=5.2.1,<7.0.0"
]
Expand All @@ -68,12 +68,12 @@ postgres = [
"apache-airflow-providers-postgres",
]
amazon = [
"apache-airflow-providers-amazon>=8.18.0",
"apache-airflow-providers-amazon==8.22.0rc1",
"s3fs",
"smart-open[s3]>=5.2.1,<7.0.0",
]
azure = [
"apache-airflow-providers-microsoft-azure>=9.0.0",
"apache-airflow-providers-microsoft-azure==10.1.0rc2",
"azure-storage-blob",
"smart-open[azure]>=5.2.1,<7.0.0",
]
Expand Down Expand Up @@ -107,8 +107,8 @@ duckdb = [
]

all = [
"apache-airflow-providers-amazon>=8.18.0",
"apache-airflow-providers-google>=10.15.0",
"apache-airflow-providers-amazon==8.22.0rc1",
"apache-airflow-providers-google==10.18.0rc2",
"apache-airflow-providers-ftp",
"apache-airflow-providers-postgres",
"apache-airflow-providers-snowflake>=5.3.0",
Expand All @@ -122,7 +122,7 @@ all = [
"s3fs",
"protobuf",
"apache-airflow-providers-openlineage>=1.4.0",
"apache-airflow-providers-microsoft-azure>=9.0.0",
"apache-airflow-providers-microsoft-azure==10.1.0rc2",
"azure-storage-blob",
"apache-airflow-providers-microsoft-mssql>=3.2",
"airflow-provider-duckdb>=0.0.2",
Expand Down

0 comments on commit 48b72a5

Please sign in to comment.