fastapi-debug-toolbar icon indicating copy to clipboard operation
fastapi-debug-toolbar copied to clipboard

Update dependencies.py - Fix an issue with adding the SQLAlchemy panel when using fastapi v0.114.1

Open DelboyJay opened this issue 1 year ago • 3 comments

Fix an issue with adding the SQLAlchemy panel when using fastapi v0.114.1

TypeError: solve_dependencies() missing 1 required keyword-only argument: 'embed_body_fields' and TypeError: 'SolvedDependency' object is not subscriptable

Relates to issues: https://github.com/mongkok/fastapi-debug-toolbar/issues/53 https://github.com/mongkok/fastapi-debug-toolbar/issues/54

DelboyJay avatar Sep 13 '24 18:09 DelboyJay

What does it take to get this merged and released into a new version? If feels like this project is all but abandoned. :(

optroodt avatar Nov 27 '24 13:11 optroodt

Work around is to pin fastapi package to version 0.100

JulesVautier-io avatar Dec 05 '24 12:12 JulesVautier-io

Any update on this one?

fescobar avatar Nov 05 '25 13:11 fescobar