This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f1f624f04 Remove  azure-storage-common from microsoft azure providers 
(#34038)
6f1f624f04 is described below

commit 6f1f624f04347a3c5f7aaa8093526b0d98ef01bb
Author: Pankaj Singh <98807258+pankajas...@users.noreply.github.com>
AuthorDate: Sun Sep 3 19:59:10 2023 +0530

    Remove  azure-storage-common from microsoft azure providers (#34038)
---
 airflow/providers/microsoft/azure/provider.yaml | 2 --
 generated/provider_dependencies.json            | 1 -
 2 files changed, 3 deletions(-)

diff --git a/airflow/providers/microsoft/azure/provider.yaml 
b/airflow/providers/microsoft/azure/provider.yaml
index 75f90d7d57..86ab0e6d78 100644
--- a/airflow/providers/microsoft/azure/provider.yaml
+++ b/airflow/providers/microsoft/azure/provider.yaml
@@ -74,7 +74,6 @@ dependencies:
   - azure-mgmt-datalake-store>=0.5.0
   - azure-mgmt-resource>=2.2.0
   - azure-storage-blob>=12.14.0
-  - azure-storage-common>=2.1.0
   - azure-mgmt-storage>=16.0.0
   - azure-storage-file-share
   - azure-servicebus>=7.6.1
@@ -82,7 +81,6 @@ dependencies:
   - adal>=1.2.7
   - azure-storage-file-datalake>=12.9.1
   - azure-kusto-data>=4.1.0
-
   - azure-mgmt-containerregistry>=8.0.0
   # TODO: upgrade to newer versions of all the below libraries.
   #   See issue https://github.com/apache/airflow/issues/30199
diff --git a/generated/provider_dependencies.json 
b/generated/provider_dependencies.json
index 353fa3c50e..18aa1b6bdb 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -564,7 +564,6 @@
       "azure-mgmt-storage>=16.0.0",
       "azure-servicebus>=7.6.1",
       "azure-storage-blob>=12.14.0",
-      "azure-storage-common>=2.1.0",
       "azure-storage-file-datalake>=12.9.1",
       "azure-storage-file-share",
       "azure-synapse-spark"

Reply via email to