eladkal commented on code in PR #33191: URL: https://github.com/apache/airflow/pull/33191#discussion_r1286754243
########## airflow/providers/microsoft/azure/provider.yaml: ########## @@ -77,11 +77,9 @@ 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. - # 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 + - azure-mgmt-containerinstance>=2.0 + - azure-mgmt-datafactory>=2.0 + - azure-kusto-data>=0.1 Review Comment: I don't think it would be easy to address all of these in 1 PR. See initial attempt https://github.com/apache/airflow/pull/29764 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
