We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f675c68 commit 0a635dfCopy full SHA for 0a635df
1 file changed
mcp_bridge/health/router.py
@@ -19,7 +19,7 @@ async def health():
19
unhealthy_events=manager.get_unhealthy_events(),
20
)
21
# Return JSONResponse with custom status code and serialized content
22
- return JSONResponse(content=response.dict(), status_code=500)
+ return JSONResponse(content=response.model_dump(), status_code=500)
23
24
# Create and return HealthCheckResponse for healthy state
25
response = HealthCheckResponse(
0 commit comments