open-webui/backend/open_webui/utils
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
..
access_control refac: modernize type hints and imports in access_control module (#22594) 2026-03-11 15:28:39 -05:00
images refac/fix: comfyui filter output node type 2025-12-30 12:24:48 +04:00
mcp Merge pull request #21485 from Classic298/claude/fix-mcp-ssl-check-0janH 2026-02-19 14:08:15 -06:00
telemetry feat(otel): introduce an environment variable to control the export interval of otel metrics (#22529) 2026-03-11 15:27:06 -05:00
actions.py refac 2026-02-11 16:40:40 -06:00
anthropic.py refac 2026-02-21 15:35:34 -06:00
audit.py feat: support whitelist filtering in AuditLoggingMiddleware (#22515) 2026-03-11 15:41:42 -05:00
auth.py refac 2026-02-19 16:29:19 -06:00
channels.py feat: channel/thread @ model 2025-09-17 00:49:44 -05:00
chat.py refac 2026-02-16 15:32:28 -06:00
code_interpreter.py chore: format 2026-02-11 16:24:11 -06:00
embeddings.py chore: format 2026-02-11 16:24:11 -06:00
files.py refac 2026-01-28 01:18:39 +04:00
filter.py fix: resolve valve priority for actions and filters via class instantiation (#21841) 2026-02-24 15:58:23 -06:00
groups.py refac/enh: db session sharing 2025-12-29 00:21:18 +04:00
headers.py refac 2026-02-06 03:23:37 +04:00
logger.py fix: correct ENABLE_AUDIT_STDOUT stdout filter (#21777) 2026-02-23 11:52:29 -06:00
middleware.py fix: replace bare except with except Exception (#22473) 2026-03-15 17:48:23 -05:00
misc.py refac 2026-03-11 15:33:24 -05:00
models.py chore: format 2026-03-07 20:14:32 -06:00
oauth.py chore: format 2026-03-08 18:14:09 -05:00
payload.py refac: ollama str think support 2026-02-22 17:11:50 -06:00
pdf_generator.py chore: remove unnecessary Path conversions 2025-03-04 19:53:52 +02:00
plugin.py refac 2026-02-21 15:35:34 -06:00
rate_limit.py feat: signin rate limit 2025-12-02 03:52:38 -05:00
redis.py REDIS_RECONNECT_DELAY as positive float for handle retry delay on timeout/connection errors (#21021) 2026-01-29 17:13:03 +04:00
response.py refac 2026-02-23 18:23:34 -06:00
sanitize.py chore: format 2026-02-11 16:24:11 -06:00
security_headers.py refac 2026-02-24 14:47:28 -06:00
task.py chore: format 2026-03-08 18:14:09 -05:00
tools.py refac 2026-03-12 20:37:41 -05:00
validate.py chore: format 2026-02-11 16:24:11 -06:00
webhook.py chore: format 2026-03-08 18:14:09 -05:00