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 a069965df8 Add issue link for TODO wrt Azure integration pinned 
dependencies (#33064)
a069965df8 is described below

commit a069965df84273c65e23d1fda9ffa47a58ed6732
Author: Pankaj Koti <[email protected]>
AuthorDate: Thu Aug 3 17:40:55 2023 +0530

    Add issue link for TODO wrt Azure integration pinned dependencies (#33064)
    
    While working on issue https://github.com/apache/airflow/issues/33025, it 
was unclear on why we've pinned
    dependencies for Azure integration. And it was pointed out that
    we have an open issue for this. Link the same along with the TODO
    in the provider.yaml so that if someone takes a look later, they
    will know that we have an issue for it and the issue has relevant
    description.
---
 airflow/providers/microsoft/azure/provider.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/airflow/providers/microsoft/azure/provider.yaml 
b/airflow/providers/microsoft/azure/provider.yaml
index d34336e49a..a72a201b93 100644
--- a/airflow/providers/microsoft/azure/provider.yaml
+++ b/airflow/providers/microsoft/azure/provider.yaml
@@ -76,7 +76,8 @@ 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
+  # TODO: upgrade to newer versions of all the below libraries.
+  #   See issue https://github.com/apache/airflow/issues/30199
   - azure-mgmt-containerinstance>=1.5.0,<2.0
   - azure-mgmt-datafactory>=1.0.0,<2.0
   - azure-kusto-data>=0.0.43,<0.1

Reply via email to