From 9eb03aed4730854b6d445c993031762371db7955 Mon Sep 17 00:00:00 2001 From: tuhinkundu Date: Wed, 2 Sep 2026 19:01:29 +0000 Subject: [PATCH] Constrain server packages to FastMCP 3.x Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- servers/tb_business_ops_servers_202606/pyproject.toml | 2 +- servers/thinkingbox_tools/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/tb_business_ops_servers_202606/pyproject.toml b/servers/tb_business_ops_servers_202606/pyproject.toml index 156d907..b95c44a 100644 --- a/servers/tb_business_ops_servers_202606/pyproject.toml +++ b/servers/tb_business_ops_servers_202606/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.0" description = "ThinkingBox business operations MCP servers" requires-python = ">=3.10" dependencies = [ - "fastmcp", + "fastmcp>=3.4.3,<4", "pydantic", "odata-query>=0.9.0", "typesense", diff --git a/servers/thinkingbox_tools/pyproject.toml b/servers/thinkingbox_tools/pyproject.toml index 343f876..849d697 100644 --- a/servers/thinkingbox_tools/pyproject.toml +++ b/servers/thinkingbox_tools/pyproject.toml @@ -8,7 +8,7 @@ version = "0.0.1" description = "Thinkingbox MCP servers" requires-python = ">=3.10" dependencies = [ - "fastmcp", + "fastmcp>=3.4.3,<4", "httpx", "pydantic", "python-dateutil",