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
If type casting disabled and the function being decorated has no objects for injection, we may not decorate the original function, returning the original one.
This behavior is convenient for implementing automatic function decoration (similar to how FastAPI does not require a separate decorator for Depends to work in handlers).
If type casting disabled and the function being decorated has no objects for injection, we may not decorate the original function, returning the original one.
This behavior is convenient for implementing automatic function decoration (similar to how FastAPI does not require a separate decorator for Depends to work in handlers).
Discussion link (ru) - https://t.me/python_faststream/40815
The text was updated successfully, but these errors were encountered: