19 19 from fastapi.exception_handlers import ( 20 20 http_exception_handler, 21 21 request_validation_exception_handler, 22 + websocket_request_validation_exception_handler, 22 23 ) 23 - from fastapi.exceptions
btw, Is there a way to make the fastapi exception_handler support websocket connection? I've been looking at that, over in the starlette repo. Basically, ServerErrorMiddleware does not handle errors happing in a websocket scope. There may be a few reasons for this: Backwards compatibility. Ex...
feat: Add traceback to fastapi exception handler logs (langflow-ai#4099) … c49aba8 diogocabral pushed a commit to headlinevc/langflow that referenced this pull request Nov 26, 2024 feat: Add Astra DB Tool components for use with Tool Agents (langflow… … 46ab673 Sign up for free...