You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thanks for developing this middleware, that looks like exactly what's missing in the ecosystem.
I am not able to make it work though. I keep getting the TypeError at the initialization:
TypeError: One of the targeted functions for key "1main" is not a function
I'm using functions similar to:
"1deps": (fastapi.routing.solve_dependencies,),
or
"1deps": (fastapi.routing.solve_dependencies.qualname,),
What am I missing?
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
First thanks for developing this middleware, that looks like exactly what's missing in the ecosystem.
I am not able to make it work though. I keep getting the TypeError at the initialization:
TypeError: One of the targeted functions for key "1main" is not a function
I'm using functions similar to:
"1deps": (fastapi.routing.solve_dependencies,),
or
"1deps": (fastapi.routing.solve_dependencies.qualname,),
What am I missing?
Thank you
The text was updated successfully, but these errors were encountered: