From 4520dd5e38960e3e6c10c15866104a3808fe6797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:45:17 +0000 Subject: [PATCH] Bump fastmcp from 2.12.0 to 3.0.0 in /backend Bumps [fastmcp](https://github.com/PrefectHQ/fastmcp) from 2.12.0 to 3.0.0. - [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.0.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.0.0 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 65e27107a..c25d76088 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "websocket-client>=1.8.0", "pyyaml>=6.0.2", "redis>=5.0.0", - "fastmcp==2.12.0", + "fastmcp==3.0.0", "langchain>=0.3.26", "scikit-learn>=1.0.0", "numpy>=1.24.0"