fix: stabilize cli and mcp dependency compatibility

This commit is contained in:
lda
2026-06-29 16:33:41 +07:00 Verified
parent 746e4f7a2a
commit 99f733c5ea
8 changed files with 208 additions and 7 deletions
+3
View File
@@ -6,6 +6,9 @@ readme = "readme.md"
authors = [{ name = "lda", email = "[email protected]" }]
requires-python = ">=3.14"
dependencies = [
# AnyIO 4.14.x exposes a FastMCP 3.4.2 stateful-proxy teardown bug.
# Remove after a FastMCP release includes PR #4363; see docs/runbooks/dependency-compatibility.md.
"anyio<4.14",
"authlib>=1.7.0",
"fastapi-jsonrpc>=3.5.0",
"fastmcp>=3.2.4",