Updated most python dependencies
Primarily FastAPI and Pydantic to v2. Also ruff to latest. Updated some code to support Pydantic v2
This commit is contained in:
@@ -23,6 +23,7 @@ def generate_openapi(app: FastAPI) -> dict[str, Any]:
|
||||
|
||||
Returns:
|
||||
dict[str, Any]: The OpenAPI document.
|
||||
|
||||
"""
|
||||
return get_openapi(
|
||||
title=app.title,
|
||||
|
||||
Reference in New Issue
Block a user