From ad99330037249e67927ef0a2f868b9109af43e58 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Oct 2025 17:13:33 +0000 Subject: [PATCH 1/2] Initial plan From 41db6e78a6412e7f85454efbabdb64c02c1acd2b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Oct 2025 17:24:59 +0000 Subject: [PATCH 2/2] Remove azure-storage-common dependency to fix BlobServiceClient import error Co-authored-by: ogajduse <20440883+ogajduse@users.noreply.github.com> --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1672527..f1e95324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,6 @@ dependencies = [ "azure-mgmt-resource", "azure-mgmt-storage", "azure-storage-blob", - "azure-storage-common", "boto", "boto3", "botocore",