From 32b9ae7cff9401062b4f40a78a2d01ab6ff08ac7 Mon Sep 17 00:00:00 2001 From: OEvortex <158988478+OEvortex@users.noreply.github.com> Date: Thu, 27 Aug 2026 10:55:52 +0530 Subject: [PATCH] chore: bump fastmcp minimum version to 3.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d5cb82..8c58eb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "huggingface-hub>=0.20.0", "tokenizers>=0.19.0", "safetensors>=0.4.0", - "fastmcp>=2.0.0", + "fastmcp>=3.2.0", "sentence-transformers>=2.2.0", "tree-sitter-language-pack>=0.1.0", ]