This is an automated email from the ASF dual-hosted git repository.
eladkal 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 9a417a54ba organize azure provider.yaml (#30155)
9a417a54ba is described below
commit 9a417a54baf1bd2dfcc24e8a537b989746e59a52
Author: eladkal <[email protected]>
AuthorDate: Fri Mar 17 00:45:51 2023 +0200
organize azure provider.yaml (#30155)
---
airflow/providers/microsoft/azure/provider.yaml | 11 +++++------
generated/provider_dependencies.json | 2 +-
setup.cfg | 4 +---
3 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/airflow/providers/microsoft/azure/provider.yaml
b/airflow/providers/microsoft/azure/provider.yaml
index c66b611b4e..8ef623ae2a 100644
--- a/airflow/providers/microsoft/azure/provider.yaml
+++ b/airflow/providers/microsoft/azure/provider.yaml
@@ -56,12 +56,7 @@ dependencies:
- azure-cosmos>=4.0.0
- azure-datalake-store>=0.0.45
- azure-identity>=1.3.1
- - azure-keyvault-secrets>=4.1.0,<5.0
- - azure-kusto-data>=0.0.43,<0.1
- # Azure integration uses old libraries and the limits below reflect that
- # TODO: upgrade to newer versions of all the below libraries
- - azure-mgmt-containerinstance>=1.5.0,<2.0
- - azure-mgmt-datafactory>=1.0.0,<2.0
+ - azure-keyvault-secrets>=4.1.0
- azure-mgmt-datalake-store>=0.5.0
- azure-mgmt-resource>=2.2.0
- azure-storage-blob>=12.14.0
@@ -71,6 +66,10 @@ dependencies:
- azure-synapse-spark
- adal>=1.2.7
- azure-storage-file-datalake>=12.9.1
+ # TODO: upgrade to newer versions of all the below libraries
+ - azure-mgmt-containerinstance>=1.5.0,<2.0
+ - azure-mgmt-datafactory>=1.0.0,<2.0
+ - azure-kusto-data>=0.0.43,<0.1
integrations:
- integration-name: Microsoft Azure Batch
diff --git a/generated/provider_dependencies.json
b/generated/provider_dependencies.json
index 625f118f14..c0763ffba8 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -461,7 +461,7 @@
"azure-cosmos>=4.0.0",
"azure-datalake-store>=0.0.45",
"azure-identity>=1.3.1",
- "azure-keyvault-secrets>=4.1.0,<5.0",
+ "azure-keyvault-secrets>=4.1.0",
"azure-kusto-data>=0.0.43,<0.1",
"azure-mgmt-containerinstance>=1.5.0,<2.0",
"azure-mgmt-datafactory>=1.0.0,<2.0",
diff --git a/setup.cfg b/setup.cfg
index 84de3df932..ddd1158bcd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -210,7 +210,5 @@ ignore_errors = True
no_implicit_optional = False
# Let's assume all azure packages have no implicit optional
-[mypy-azure.batch.*]
-no_implicit_optional = False
-[mypy-azure.storage.*]
+[mypy-azure.*]
no_implicit_optional = False