Commit 246cbfd
committed
py(deps[mcp]): Pin fastmcp to >=3.1.0,<4.0.0
why: The previous pin `>=2.3.0` was too loose — FastMCP 3.x has a
different API from 2.x (e.g. `title=` kwarg on `mcp.tool()`,
`version=` on constructor). A future 4.x release could also break.
The server uses 3.x features added in 3.1.0.
what:
- Pin fastmcp to `>=3.1.0,<4.0.0`
- Update uv.lock1 parent d08261d commit 246cbfd
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments