AntiPattern
Async Misconfiguration Inheritance
async-handler-signature-mismatch
Framework lifecycle and handler signatures get misdeclared—e.g., making LoggingAPIRoute.get_route_handler async or mixing async endpoints—so FastAPI routing/processing breaks or behaves unexpectedly. Tests and defaults can further mask the underlying mismatch.