from fastapi.exception_handlers import ( http_exception_handler, request_validation_exception_handler, websocket_request_validation_exception_handler, ) from fastapi.exceptions import RequestValidationError from fastapi.exceptions import RequestValidationError, WebSocketRequestValidationError from fastapi.logger import...
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...