The `SQLAlchemyPanel` no longer works from FastAPI `0.112.4`. ``` TypeError: solve_dependencies() missing 1 required keyword-only argument: 'embed_body_fields' ``` FastAPI `0.112.4` introduced the `embed_body_fields` parameter to `fastapi.dependencies.utils.solve_dependencies` function. https://github.com/fastapi/fastapi/commit/aa21814a89853c17c139054a5c51f0bb1ea68a0a#diff-aef3dac481b68359f4edd6974fa3a047cfde595254a4567a560cebc9ccb0673fR553