Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Test RC provider packages for https://github.com/apache/airflow/issues/41237 #1560

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ zip_safe = false

[options.extras_require]
amazon =
apache-airflow-providers-amazon>=8.18.0
apache-airflow-providers-amazon==8.27.0rc2
aiobotocore>=2.1.1
apache.hive =
apache-airflow-providers-apache-hive>=6.1.5
Expand All @@ -53,27 +53,27 @@ apache.livy =
apache-airflow-providers-apache-livy>=3.7.1
paramiko
cncf.kubernetes =
apache-airflow-providers-cncf-kubernetes>=8.0.0
apache-airflow-providers-cncf-kubernetes @https://files.pythonhosted.org/packages/6e/f1/8a872993a8bf2622b06e85ac1f70150a216a2885b66b61e8807d01a775af/apache_airflow_providers_cncf_kubernetes-8.3.4rc1.tar.gz
kubernetes_asyncio
databricks =
apache-airflow-providers-databricks>=6.1.0
apache-airflow-providers-databricks==6.8.0rc1
databricks-sql-connector>=2.0.4;python_version>='3.10'
dbt.cloud =
apache-airflow-providers-dbt-cloud>=3.5.1
google =
apache-airflow-providers-google>=10.15.0
apache-airflow-providers-google==10.21.1rc2
gcloud-aio-storage
gcloud-aio-bigquery
http =
apache-airflow-providers-http>=4.9.0
microsoft.azure =
apache-airflow-providers-microsoft-azure>=9.0.0
apache-airflow-providers-microsoft-azure==10.3.0rc1
sftp =
apache-airflow-providers-sftp>=4.9.0
apache-airflow-providers-sftp==4.10.3rc1
asyncssh>=2.12.0
snowflake =
apache-airflow-providers-snowflake>=5.3.0
snowflake-sqlalchemy>=1.4.4 # Temporary solution for https://github.com/astronomer/astronomer-providers/issues/958, we should pin apache-airflow-providers-snowflake version after it pins this package to great than or equal to 1.4.4.
apache-airflow-providers-snowflake==5.6.1rc1
snowflake-sqlalchemy>=1.4.4 # Temporary solution for https://github.com/astronomer/astronomer-providers/issues/958, we should pin apache-airflow-providers-snowflake==5.6.1rc1
# If in future we move Openlineage extractors out of the repo, this dependency should be removed
openlineage =
openlineage-airflow>=0.12.0
Expand Down Expand Up @@ -118,16 +118,16 @@ mypy =
# All extras from above except 'mypy', 'docs' and 'tests'
all =
aiobotocore>=2.1.1
apache-airflow-providers-amazon>=8.18.0
apache-airflow-providers-amazon==8.27.0rc2
apache-airflow-providers-apache-hive>=6.1.5
apache-airflow-providers-apache-livy>=3.7.1
apache-airflow-providers-cncf-kubernetes>=8.0.0
apache-airflow-providers-databricks>=6.1.0
apache-airflow-providers-google>=10.15.0
apache-airflow-providers-cncf-kubernetes @https://files.pythonhosted.org/packages/6e/f1/8a872993a8bf2622b06e85ac1f70150a216a2885b66b61e8807d01a775af/apache_airflow_providers_cncf_kubernetes-8.3.4rc1.tar.gz
apache-airflow-providers-databricks==6.8.0rc1
apache-airflow-providers-google==10.21.1rc2
apache-airflow-providers-http>=4.9.0
apache-airflow-providers-snowflake>=5.3.0
apache-airflow-providers-sftp>=4.9.0
apache-airflow-providers-microsoft-azure>=9.0.0
apache-airflow-providers-snowflake==5.6.1rc1
apache-airflow-providers-sftp==4.10.3rc1
apache-airflow-providers-microsoft-azure==10.3.0rc1
asyncssh>=2.12.0
databricks-sql-connector>=2.0.4;python_version>='3.10'
apache-airflow-providers-dbt-cloud>=3.5.1
Expand All @@ -137,7 +137,7 @@ all =
impyla
openlineage-airflow>=0.12.0
paramiko
snowflake-sqlalchemy>=1.4.4 # Temporary solution for https://github.com/astronomer/astronomer-providers/issues/958, we should pin apache-airflow-providers-snowflake version after it pins this package to great than or equal to 1.4.4.
snowflake-sqlalchemy>=1.4.4 # Temporary solution for https://github.com/astronomer/astronomer-providers/issues/958, we should pin apache-airflow-providers-snowflake==5.6.1rc1

[options.packages.find]
include =
Expand Down
Loading