build: complete upgrade to fastapi 0.141, mcp sdk v2, fastmcp 4 and httpx2

This commit is contained in:
lda
2026-09-06 12:17:15 +07:00 Verified
parent 5b901557bd
commit 6d5b6741fb
42 changed files with 946 additions and 737 deletions
+5 -6
View File
@@ -8,14 +8,13 @@ requires-python = ">=3.14"
dependencies = [
"anyio",
"authlib>=1.7.0",
# smagafurov/fastapi-jsonrpc/issues/103 # TODO: Remove this once the next version of fastapi-jsonrpc is released and we upgrade to it.
"fastapi>=0.135,<0.140",
"fastapi-jsonrpc>=3.5.0",
"fastmcp>=3.4.5",
"httpx>=0.28",
"fastapi>=0.140",
"fastapi-jsonrpc>=4.0.0",
"fastmcp>=4",
"httpx2>=2.12.0",
"jsonpatch>=1.33",
"jsonschema>=4.26",
"mcp[cli,rich]>=1",
"mcp[cli,rich]>=2",
"openapi-core>=0.19",
"pydantic>=2",
"pyyaml>=6.0.3",