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 2019/11/01 13:59:12 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #6486: [AIRFLOW-5836] Pin azure-storage-blob version to <12

mik-laj commented on a change in pull request #6486: [AIRFLOW-5836] Pin azure-storage-blob version to <12
URL: https://github.com/apache/airflow/pull/6486#discussion_r341583242
 
 

 ##########
 File path: setup.py
 ##########
 @@ -152,12 +152,13 @@ def write_version(filename: str = os.path.join(*["airflow", "git_version"])):
     'boto3>=1.7.0, <1.8.0',
 ]
 azure = [
-    'azure-storage>=0.34.0',
-    'azure-mgmt-resource>=2.2.0',
-    'azure-mgmt-datalake-store>=0.5.0',
-    'azure-datalake-store>=0.0.45',
     'azure-cosmos>=3.0.1',
+    'azure-datalake-store>=0.0.45',
     'azure-mgmt-containerinstance>=1.5.0',
+    'azure-mgmt-datalake-store>=0.5.0',
+    'azure-mgmt-resource>=2.2.0',
+    'azure-storage-blob<12.0',
 
 Review comment:
   I agree, but I think we can add this comment when merging to avoid creating another build.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services