diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 65e27107a..9907c8981 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==3.0.2", "langchain>=0.3.26", "scikit-learn>=1.0.0", "numpy>=1.24.0"