Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 5 additions & 6 deletions airflow/providers/microsoft/azure/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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