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
Hi, and first, thanks a lot for this great project.
When adding "debug_toolbar.panels.sqlalchemy.SQLAlchemyPanel" as a panel, all my endpoints are now broken with this error:
"debug_toolbar.panels.sqlalchemy.SQLAlchemyPanel"
File "/usr/local/lib/python3.12/site-packages/debug_toolbar/dependencies.py", line 25, in get_dependencies # return solved_result.response ^^^^^^^^^^^^^^^^ TypeError: 'SolvedDependency' object is not subscriptable
The issue seems to be related to a FastAPI file used, that have has been refactored multiple times lately: https://github.com/fastapi/fastapi/commits/master/fastapi/dependencies/utils.py And the guilty commit could be: fastapi/fastapi@5b7fa39
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, and first, thanks a lot for this great project.
When adding
"debug_toolbar.panels.sqlalchemy.SQLAlchemyPanel"
as a panel, all my endpoints are now broken with this error:Investigation
The issue seems to be related to a FastAPI file used, that have has been refactored multiple times lately: https://github.com/fastapi/fastapi/commits/master/fastapi/dependencies/utils.py
And the guilty commit could be: fastapi/fastapi@5b7fa39
My versions
Thanks!
The text was updated successfully, but these errors were encountered: