You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/05 06:54:51 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #25426: Update azure-storage-blob version

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org