From df4ab46580a41167cbc18e143ea7701b2a62836f Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Fri, 16 Feb 2024 13:28:02 +0530 Subject: [PATCH] Apply suggestions from code review --- setup.cfg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2792273e0..54d0607d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -69,8 +69,7 @@ http = microsoft.azure = apache-airflow-providers-microsoft-azure>=9.0.0 sftp = - # Increment to the upcoming release version containing the deferrable SFTP support PR https://github.com/apache/airflow/pull/37117 - apache-airflow-providers-sftp>=4.9.0rc1 + apache-airflow-providers-sftp>=4.9.0 asyncssh>=2.12.0 snowflake = apache-airflow-providers-snowflake>=5.3.0 @@ -127,8 +126,7 @@ all = apache-airflow-providers-google>=10.14.0 apache-airflow-providers-http>=4.9.0 apache-airflow-providers-snowflake>=5.3.0 - # Increment to the upcoming release version containing the deferrable SFTP support PR https://github.com/apache/airflow/pull/37117 - apache-airflow-providers-sftp>=4.9.0rc1 + apache-airflow-providers-sftp>=4.9.0 apache-airflow-providers-microsoft-azure>=9.0.0 asyncssh>=2.12.0 databricks-sql-connector>=2.0.4;python_version>='3.10'