From 3ddee11879f582378986e3ede323ec027e8bd293 Mon Sep 17 00:00:00 2001 From: "Jianjie Liu (MAIDAP)" Date: Mon, 25 Jan 2021 11:20:13 -0500 Subject: [PATCH 1/3] Hotfix azure blob version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6821b09..07dffff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ numpy==1.18.1 python-dotenv==0.11.0 requests==2.23.0 azure-storage==0.36.0 -azure-storage-blob==12.3.1 +azure-storage-blob==12.7.1 tqdm==4.43.0 Jinja2==2.11.1 WeasyPrint==51 From 18facb099b2a86ae03b6ea4778281415f72be84f Mon Sep 17 00:00:00 2001 From: "Jianjie Liu (MAIDAP)" Date: Mon, 25 Jan 2021 11:24:37 -0500 Subject: [PATCH 2/3] Update CI trigger --- azure-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipeline.yml b/azure-pipeline.yml index 112f4ce..969320f 100644 --- a/azure-pipeline.yml +++ b/azure-pipeline.yml @@ -1,7 +1,7 @@ trigger: branches: include: - - master + - main strategy: matrix: From f7db94fc79aa7fb9021591cf6d98918753900f34 Mon Sep 17 00:00:00 2001 From: "Jianjie Liu (MAIDAP)" Date: Mon, 25 Jan 2021 11:39:51 -0500 Subject: [PATCH 3/3] Remove deprecated azure-storage dependencies --- requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 07dffff..5a074bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,9 @@ biopython==1.76 numpy==1.18.1 python-dotenv==0.11.0 requests==2.23.0 -azure-storage==0.36.0 -azure-storage-blob==12.7.1 +azure-core==1.10.0 +azure-common==1.1.26 +azure-storage-blob==12.3.1 tqdm==4.43.0 Jinja2==2.11.1 WeasyPrint==51 @@ -12,4 +13,4 @@ scikit-image==0.16.2 opencv-python==4.2.0.34 pandas==1.0.1 aiofiles==0.5.0 -aiohttp==3.6.2 +aiohttp==3.6.2 \ No newline at end of file