From c9a406fe06c81896b2f274e879812076a9bca887 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:56:21 +0000 Subject: [PATCH 1/2] Initial plan From 656d5e105d61ecc4ee6666fa63e976a92b04b265 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:45:22 +0000 Subject: [PATCH 2/2] Bump azure-identity >= 1.25.3 and msal >= 1.35.1 for sovereign cloud support Agent-Logs-Url: https://github.com/Azure/azure-kusto-python/sessions/508f4f2b-37ce-4378-8fde-b3c4c7b31459 Co-authored-by: tanmaya-panda1 <108695755+tanmaya-panda1@users.noreply.github.com> --- azure-kusto-data/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-kusto-data/pyproject.toml b/azure-kusto-data/pyproject.toml index b42d13e8..72051543 100644 --- a/azure-kusto-data/pyproject.toml +++ b/azure-kusto-data/pyproject.toml @@ -12,8 +12,8 @@ urls = { "Repository" = "https://github.com/Azure/azure-kusto-python" } dependencies = [ "python-dateutil>=2.9.0", "requests>=2.32.4", - "azure-identity>=1.24.0,<2", - "msal>=1.34.0b1,<2", + "azure-identity>=1.25.3,<2", + "msal>=1.35.1,<2", "ijson~=3.4.0", "azure-core>=1.35.0,<2" ]