We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The SQLAlchemyPanel no longer works from FastAPI 0.112.4.
SQLAlchemyPanel
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.
embed_body_fields
fastapi.dependencies.utils.solve_dependencies
fastapi/fastapi@aa21814#diff-aef3dac481b68359f4edd6974fa3a047cfde595254a4567a560cebc9ccb0673fR553
The text was updated successfully, but these errors were encountered:
Duplicate of #53
Sorry, something went wrong.
No branches or pull requests
The
SQLAlchemyPanel
no longer works from FastAPI0.112.4
.FastAPI
0.112.4
introduced theembed_body_fields
parameter tofastapi.dependencies.utils.solve_dependencies
function.fastapi/fastapi@aa21814#diff-aef3dac481b68359f4edd6974fa3a047cfde595254a4567a560cebc9ccb0673fR553
The text was updated successfully, but these errors were encountered: