From 0db6abcfb89dbdb20c70820ab92876bd5afbd6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 15:46:44 +0000 Subject: [PATCH] Bump fastmcp from 2.12.0 to 3.2.4 in /backend Bumps [fastmcp](https://github.com/PrefectHQ/fastmcp) from 2.12.0 to 3.2.4. - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/PrefectHQ/fastmcp/compare/v2.12.0...v3.2.4) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.2.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 04b94589c..f427d7d23 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pyyaml>=6.0.2", "ruamel-yaml==0.19.1", "redis>=5.0.0", - "fastmcp==2.12.0", + "fastmcp==3.2.4", "langchain>=0.3.26", "scikit-learn>=1.0.0", "numpy>=1.24.0",