From 0ebd7470e1f9368ac6498b347a26d8490f1381f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:38:58 +0000 Subject: [PATCH] Bump semantic-kernel from 1.31.0 to 1.39.3 Bumps [semantic-kernel](https://github.com/microsoft/semantic-kernel) from 1.31.0 to 1.39.3. - [Release notes](https://github.com/microsoft/semantic-kernel/releases) - [Commits](https://github.com/microsoft/semantic-kernel/compare/dotnet-1.31.0...python-1.39.3) --- updated-dependencies: - dependency-name: semantic-kernel dependency-version: 1.39.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f94a5fe..ee012a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,6 @@ dependencies = [ "python-dotenv==1.0.1", "requests>=2.32.3", "rich>=14.0.0", - "semantic-kernel==1.31.0", + "semantic-kernel==1.39.3", "uvicorn>=0.35.0", ]