open-webui/backend/open_webui/routers
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
..
analytics.py fix: add missing group_id filter to analytics token usage query (#22167) 2026-03-08 17:11:12 -05:00
audio.py chore: bump 2026-03-08 19:00:50 -05:00
auths.py refac 2026-03-08 17:52:49 -05:00
channels.py chore: format 2026-03-01 13:34:09 -06:00
chats.py fix: replace bare except with except Exception (#22473) 2026-03-15 17:48:23 -05:00
configs.py fix: replace bare except with except Exception (#22473) 2026-03-15 17:48:23 -05:00
evaluations.py chore: format 2026-01-09 20:44:31 +04:00
files.py refac 2026-03-15 17:35:06 -05:00
folders.py chore: format 2026-03-07 20:14:32 -06:00
functions.py chore: format 2026-02-11 16:24:11 -06:00
groups.py chore: format 2026-02-11 16:24:11 -06:00
images.py refac 2026-02-22 18:55:24 -06:00
knowledge.py refac 2026-03-01 13:20:55 -06:00
memories.py refac 2026-02-11 15:55:23 -06:00
models.py refac 2026-02-25 15:15:59 -06:00
notes.py refac 2026-03-15 16:58:01 -05:00
ollama.py chore: format 2026-03-08 18:14:09 -05:00
openai.py refac 2026-02-21 15:35:34 -06:00
pipelines.py fix: replace bare except with except Exception (#22473) 2026-03-15 17:48:23 -05:00
prompts.py refac 2026-02-25 15:15:59 -06:00
retrieval.py fix: replace bare except with except Exception (#22473) 2026-03-15 17:48:23 -05:00
scim.py fix: clamp SCIM pagination args instead of rejecting them (#21577) 2026-02-19 15:08:42 -06:00
skills.py fix: import 2026-03-06 14:10:50 -06:00
tasks.py chore: format 2026-02-11 16:24:11 -06:00
terminals.py refac 2026-03-15 16:51:51 -05:00
tools.py refac 2026-03-15 17:21:14 -05:00
users.py enh: access grant level perms 2026-02-23 15:49:05 -06:00
utils.py chore: format 2026-02-11 16:24:11 -06:00