diff --git a/pyproject.toml b/pyproject.toml index 3aed21d8..a9cb572e 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.2.0", + "fastmcp==3.2.4", "mcp", "rich", "pandas",