Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"jsonref>=1.1.0",
"ruamel-yaml==0.19.1",
"redis>=5.0.0",
"fastmcp>=2.14.2,<3.0",
"fastmcp>=2.14.2,<4.0",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fastmcp 上限从 <3.0 放宽到 <4.0,允许安装 v3.x 版本。fastmcp 是一个相对年轻的库,API 在不同 major version 间可能有较大变化。项目中 MCP 相关功能(如 tool registration、server 管理)深度依赖 fastmcp,建议在合并前确认 v3.x 的 breaking changes 并跑一遍 MCP 集成测试。

"langchain>=0.3.26",
"scikit-learn>=1.0.0",
"numpy>=1.24.0",
Expand Down
Loading