uranusjr commented on code in PR #25426: URL: https://github.com/apache/airflow/pull/25426#discussion_r938500731
########## airflow/providers/microsoft/azure/provider.yaml: ########## @@ -56,8 +56,7 @@ dependencies: - azure-mgmt-datafactory>=1.0.0,<2.0 - azure-mgmt-datalake-store>=0.5.0 - azure-mgmt-resource>=2.2.0 - # limited due to https://github.com/Azure/azure-sdk-for-python/pull/18801 implementation released in 12.9 - - azure-storage-blob>=12.7.0,<12.9.0 + - azure-storage-blob>=12.9.0,<12.14.0 Review Comment: I think the workaround should continue to work after 12.14.0 (unless they change things _drastically_, which is very unlikely) ```suggestion - azure-storage-blob>=12.9.0 ``` -- 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]
