From 3600043ed552904c833c2073e04482c5f8550d21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 15:06:09 +0000 Subject: [PATCH] fix(deps): update fastmcp to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53351074..c51d49ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "mcp>=1.30.0,<2", - "fastmcp>=3.4.7,<4", + "fastmcp>=4.0.3,<5", "tree-sitter>=0.26.0,<1", "tree-sitter-language-pack>=1.16.2,<2", "networkx>=3.6.1,<4",