diff --git a/pyproject.toml b/pyproject.toml index feb8735d..3b0dffc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11, <3.13" dependencies = [ # 3.4.5 requires Starlette >=1 through its client extra; MinerU/Gradio need <1. - "fastmcp>=3.3.1,<3.4.5", + "fastmcp>=3.4.6,<3.4.7", "mcp", "rich", "pandas",