From c2a6ee73387ad0bcb5ae0353b7750f1da09de120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 15:40:24 +0000 Subject: [PATCH] Bump fastmcp from 2.12.2 to 2.13.0 in /src/processor Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.12.2 to 2.13.0. - [Release notes](https://github.com/jlowin/fastmcp/releases) - [Changelog](https://github.com/jlowin/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/jlowin/fastmcp/compare/v2.12.2...v2.13.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/processor/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/processor/pyproject.toml b/src/processor/pyproject.toml index 2079c93..bf7dde7 100644 --- a/src/processor/pyproject.toml +++ b/src/processor/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "azure-appconfiguration==1.7.1", "azure-identity==1.24.0", "azure-storage-queue==12.13.0", - "fastmcp==2.12.2", + "fastmcp==2.13.0", "jinja2==3.1.6", "mcp==1.13.1", "openai==1.107.1",