From a565917f0fd871752320cc923d389c7cb7ff02c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:35:45 +0000 Subject: [PATCH] chore(deps): bump fastmcp from 2.12.0 to 3.3.1 in /backend Bumps [fastmcp](https://github.com/PrefectHQ/fastmcp) from 2.12.0 to 3.3.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.3.1) --- 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 c8e6c5370..c996100d0 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pyyaml>=6.0.2", "ruamel-yaml==0.19.1", "redis>=5.0.0", - "fastmcp==2.12.0", + "fastmcp==3.3.1", "langchain>=0.3.26", "scikit-learn>=1.0.0", "numpy>=1.24.0",