diff --git a/pyproject.toml b/pyproject.toml index ed209e10..c3a4c372 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "UltraRAG" readme = "README.md" requires-python = ">=3.11, <3.13" dependencies = [ - "fastmcp>=3.3.1", + "fastmcp>=3.4.0", "mcp", "rich", "pandas",