From dbcf740437c85367e6c972801cbcd024fc5f1543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 01:35:41 +0000 Subject: [PATCH] build(deps): bump fastmcp from 2.12.0 to 3.1.1 in /backend Bumps [fastmcp](https://github.com/PrefectHQ/fastmcp) from 2.12.0 to 3.1.1. - [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.1.1) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.1.1 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..da4837dda 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.1.1", "langchain>=0.3.26", "scikit-learn>=1.0.0", "numpy>=1.24.0",