From 0ca3e6752c9d841beee8153731672d69015a5dc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 02:50:26 +0000 Subject: [PATCH] Bump fastmcp from 2.12.0 to 2.14.4 in /backend Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.12.0 to 2.14.4. - [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.0...v2.14.4) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.14.4 dependency-type: direct:production update-type: version-update:semver-minor ... 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 af0d10ef4..648bb4dde 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==2.14.4", "langchain>=0.3.26", "scikit-learn>=1.0.0", "numpy>=1.24.0"