From a7dc284b58c7d8faf9fbfb7f1c5d87f6601cc8f2 Mon Sep 17 00:00:00 2001 From: shwsingh Date: Tue, 3 Dec 2024 13:54:35 +0530 Subject: [PATCH] Pin azure version to install correct version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c40df4b..059bbb18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ requires-python = ">=3.9" dependencies = [ "pyopenssl<24.3.0", "azure-storage-common>=1.0", - "azure<5.0.0", + "azure==4.0.0", "boto", "boto3", "botocore",