build: complete upgrade to fastapi 0.141, mcp sdk v2, fastmcp 4 and httpx2
This commit is contained in:
+5
-6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user