Skip to content

Commit

Permalink
Updating setup.cfg with RC provider packages on apache/airflow#36117
Browse files Browse the repository at this point in the history
  • Loading branch information
airflow-oss-bot committed Dec 8, 2023
1 parent d4fe295 commit 2fc469a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.0rc1",
"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.13.0rc1",
"s3fs",
"smart-open[s3]>=5.2.1",
]
azure = [
"apache-airflow-providers-microsoft-azure",
"apache-airflow-providers-microsoft-azure==8.4.0rc1",
"azure-storage-blob",
"smart-open[azure]>=5.2.1",
]
Expand All @@ -96,7 +96,7 @@ databricks = [
]

mssql = [
"apache-airflow-providers-microsoft-mssql>=3.2",
"apache-airflow-providers-microsoft-mssql==3.6.0rc1",
]

mysql = [
Expand All @@ -108,8 +108,8 @@ duckdb = [
]

all = [
"apache-airflow-providers-amazon",
"apache-airflow-providers-google>=6.4.0",
"apache-airflow-providers-amazon==8.13.0rc1",
"apache-airflow-providers-google==10.13.0rc1",
"apache-airflow-providers-ftp",
"apache-airflow-providers-postgres",
"apache-airflow-providers-snowflake",
Expand All @@ -125,9 +125,9 @@ all = [
"s3fs",
"protobuf",
"openlineage-airflow>=0.17.0",
"apache-airflow-providers-microsoft-azure",
"apache-airflow-providers-microsoft-azure==8.4.0rc1",
"azure-storage-blob",
"apache-airflow-providers-microsoft-mssql>=3.2",
"apache-airflow-providers-microsoft-mssql==3.6.0rc1",
"airflow-provider-duckdb>=0.0.2",
"apache-airflow-providers-mysql"
]
Expand Down

0 comments on commit 2fc469a

Please sign in to comment.