-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
SQLAlchemyPanel: TypeError: solve_dependencies() missing 1 required keyword-only argument: 'embed_body_fields' #54
Comments
Duplicate of #53 |
Work around is to pin fastapi package to version 0.100 |
I have this issue as well |
@JulesVautier-io @Hoomanzoh79 @optroodt In the end I decided to use a serious tool: Pydantic Logfire. It's free until 10 millions of events and the UI is gorgeous. It replaces many tools at once. I'm kind of tired of situations like these where I install a tool which does not work a few weeks later because the author does not want to maintain it. Not blaming the author here, I'm blaming myself to trust small ans single-author packages. Hope that helps guys! |
I'll definitely check it out, Thank you for your suggestion. |
@Hoomanzoh79 absolutely! |
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: