From 695b68f301013c2441739586409aee077ac0ee2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:09:15 +0000 Subject: [PATCH] Update msgraph-sdk requirement in /services/mcps/oap-azure-mcp Updates the requirements on [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) to permit the latest version. - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-python/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.16.0...v1.58.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-version: 1.58.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/mcps/oap-azure-mcp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mcps/oap-azure-mcp/requirements.txt b/services/mcps/oap-azure-mcp/requirements.txt index 5cea1b83d..3c73d8d9a 100644 --- a/services/mcps/oap-azure-mcp/requirements.txt +++ b/services/mcps/oap-azure-mcp/requirements.txt @@ -98,7 +98,7 @@ azure-storage-blob>=12.24.0 azure-storage-file-share>=12.19.0 # Microsoft Graph (Azure AD / Entra ID) -msgraph-sdk>=1.16.0 # Users, groups, apps, service principals +msgraph-sdk>=1.58.0 # Users, groups, apps, service principals # AI Foundry (optional - for AI workloads) # azure-ai-projects>=1.0.0 # Uncomment when needed