From 85dd6094ff73d41d89ecc40055f8fd4eb7f926ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:19:06 +0000 Subject: [PATCH] build(deps): update semantic-kernel requirement in /backend Updates the requirements on [semantic-kernel](https://github.com/microsoft/semantic-kernel) to permit the latest version. - [Commits](https://github.com/microsoft/semantic-kernel/compare/dotnet-1.15.0...python-1.41.2) --- updated-dependencies: - dependency-name: semantic-kernel dependency-version: 1.41.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e50d0ace..8a1b2fec 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ fastapi uvicorn mcp[cli] -semantic-kernel[mcp]>=1.15.0 +semantic-kernel[mcp]>=1.41.2 pydantic requests Pillow