open-webui/backend/open_webui
Ethan T. a229f9ea42
fix: replace bare except with except Exception (#22473)
Replace bare except clauses with except Exception to follow Python best practices and avoid catching unexpected system exceptions like KeyboardInterrupt and SystemExit.
2026-03-15 17:48:23 -05:00
..
data refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00
internal fix: use NullPool for SQLCipher engine to prevent segfault (#22273) 2026-03-06 14:04:10 -06:00
migrations fix: handle non-dict history/messages in chat_message migration (#22588) 2026-03-11 14:24:21 -05:00
models refac 2026-03-15 17:35:06 -05:00
retrieval fix: replace bare except with except Exception (#22473) 2026-03-15 17:48:23 -05:00
routers fix: replace bare except with except Exception (#22473) 2026-03-15 17:48:23 -05:00
socket fix: replace bare except with except Exception (#22473) 2026-03-15 17:48:23 -05:00
static refac 2025-08-10 00:02:58 +04:00
storage chore: format 2026-02-11 16:24:11 -06:00
test refac 2026-02-21 14:19:28 -06:00
tools fix: Prefer model-provided web search result count over admin default (#22577) 2026-03-11 15:34:24 -05:00
utils fix: replace bare except with except Exception (#22473) 2026-03-15 17:48:23 -05:00
__init__.py Update __init__.py 2025-04-15 09:55:35 +02:00
alembic.ini fix: Alembic CLI commands from failing 2025-08-15 04:17:47 -04:00
config.py chore: format 2026-03-08 18:14:09 -05:00
constants.py feat/enh: optional password validation 2025-11-20 17:44:49 -05:00
env.py feat: support whitelist filtering in AuditLoggingMiddleware (#22515) 2026-03-11 15:41:42 -05:00
functions.py chore: format 2026-02-11 16:24:11 -06:00
main.py feat: support whitelist filtering in AuditLoggingMiddleware (#22515) 2026-03-11 15:41:42 -05:00
tasks.py refac 2026-02-12 15:29:34 -06:00