build: complete upgrade to fastapi 0.141, mcp sdk v2, fastmcp 4 and httpx2
This commit is contained in:
@@ -10,7 +10,7 @@ from .models import OpenApiOperation
|
||||
|
||||
@dataclass(frozen=True, slots=True)
|
||||
class HttpRequestParts:
|
||||
"""OpenAPI-shaped request parts ready for `httpx` execution."""
|
||||
"""OpenAPI-shaped request parts ready for `httpx2` execution."""
|
||||
|
||||
method: str
|
||||
url: str
|
||||
|
||||
Reference in New Issue
Block a user