Skip to content

Commit

Permalink
Updating setup.cfg with RC provider packages on apache/airflow#37358
Browse files Browse the repository at this point in the history
  • Loading branch information
airflow-oss-bot committed Feb 12, 2024
1 parent 1686086 commit 6f8f7f0
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,36 +44,36 @@ zip_safe = false

[options.extras_require]
amazon =
apache-airflow-providers-amazon>=8.17.0
apache-airflow-providers-amazon==8.18.0rc1
aiobotocore>=2.1.1
apache.hive =
apache-airflow-providers-apache-hive>=6.1.5
apache-airflow-providers-apache-hive==7.0.0rc1
impyla
apache.livy =
apache-airflow-providers-apache-livy>=3.7.1
apache-airflow-providers-apache-livy==3.7.2rc1
paramiko
cncf.kubernetes =
apache-airflow-providers-cncf-kubernetes>=4
apache-airflow-providers-cncf-kubernetes @https://files.pythonhosted.org/packages/a2/d5/aa6fb62804e9441b4cbddbdad85cfb5d7cba769b477e508871daaf483780/apache_airflow_providers_cncf_kubernetes-8.0.0rc1.tar.gz
kubernetes_asyncio
databricks =
apache-airflow-providers-databricks>=6.1.0
apache-airflow-providers-databricks==6.2.0rc1
databricks-sql-connector>=2.0.4;python_version>='3.10'
dbt.cloud =
apache-airflow-providers-dbt-cloud>=3.5.1
apache-airflow-providers-dbt-cloud==3.6.1rc1
google =
apache-airflow-providers-google>=10.14.0
apache-airflow-providers-google==10.15.0rc1
gcloud-aio-storage
gcloud-aio-bigquery
http =
apache-airflow-providers-http>=4.9.0
apache-airflow-providers-http==4.9.1rc1
microsoft.azure =
apache-airflow-providers-microsoft-azure>=9.0.0
sftp =
apache-airflow-providers-sftp
apache-airflow-providers-sftp==4.9.0rc1
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.3.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.3.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,26 +118,26 @@ mypy =
# All extras from above except 'mypy', 'docs' and 'tests'
all =
aiobotocore>=2.1.1
apache-airflow-providers-amazon>=8.17.0
apache-airflow-providers-apache-hive>=6.1.5
apache-airflow-providers-apache-livy>=3.7.1
apache-airflow-providers-cncf-kubernetes>=4
apache-airflow-providers-databricks>=6.1.0
apache-airflow-providers-google>=10.14.0
apache-airflow-providers-http>=4.9.0
apache-airflow-providers-snowflake>=5.3.0
apache-airflow-providers-sftp
apache-airflow-providers-amazon==8.18.0rc1
apache-airflow-providers-apache-hive==7.0.0rc1
apache-airflow-providers-apache-livy==3.7.2rc1
apache-airflow-providers-cncf-kubernetes @https://files.pythonhosted.org/packages/a2/d5/aa6fb62804e9441b4cbddbdad85cfb5d7cba769b477e508871daaf483780/apache_airflow_providers_cncf_kubernetes-8.0.0rc1.tar.gz
apache-airflow-providers-databricks==6.2.0rc1
apache-airflow-providers-google==10.15.0rc1
apache-airflow-providers-http==4.9.1rc1
apache-airflow-providers-snowflake==5.3.1rc1
apache-airflow-providers-sftp==4.9.0rc1
apache-airflow-providers-microsoft-azure>=9.0.0
asyncssh>=2.12.0
databricks-sql-connector>=2.0.4;python_version>='3.10'
apache-airflow-providers-dbt-cloud>=3.5.1
apache-airflow-providers-dbt-cloud==3.6.1rc1
gcloud-aio-bigquery
gcloud-aio-storage
kubernetes_asyncio
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.3.1rc1

[options.packages.find]
include =
Expand Down

0 comments on commit 6f8f7f0

Please sign in to comment.