mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[PR #8246] [MERGED] 0.5.4 #22192
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/8246
Author: @tjbck
Created: 1/1/2025
Status: ✅ Merged
Merged: 1/5/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
f1800e2build(deps): bump pyjwt[crypto] from 2.9.0 to 2.10.1 in /backend236410cbuild(deps): bump fpdf2 from 2.7.9 to 2.8.2 in /backend5bb308abuild(deps): bump validators from 0.33.0 to 0.34.0 in /backendb41c112build(deps): bump flask from 3.0.3 to 3.1.0 in /backend7fb87ddbuild(deps): bump peewee from 3.17.6 to 3.17.8 in /backend60fc24crefac: channel message input085f483refac80600dbMerge pull request #8241 from open-webui/dependabot/pip/backend/dev/pyjwt-crypto--2.10.1b69941cMerge pull request #8242 from open-webui/dependabot/pip/backend/dev/fpdf2-2.8.255fbc60Merge pull request #8244 from open-webui/dependabot/pip/backend/dev/flask-3.1.0📊 Changes
90 files changed (+561 additions, -244 deletions)
View changed files
➕
.github/workflows/codespell.yml(+25 -0)📝
CHANGELOG.md(+27 -0)📝
CODE_OF_CONDUCT.md(+1 -1)📝
README.md(+3 -1)📝
backend/open_webui/config.py(+3 -0)📝
backend/open_webui/env.py(+6 -1)📝
backend/open_webui/models/chats.py(+2 -0)📝
backend/open_webui/models/messages.py(+5 -3)📝
backend/open_webui/retrieval/vector/dbs/pgvector.py(+38 -2)📝
backend/open_webui/retrieval/web/testdata/brave.json(+1 -1)📝
backend/open_webui/routers/chats.py(+24 -0)📝
backend/open_webui/routers/tasks.py(+1 -1)📝
backend/open_webui/utils/auth.py(+3 -3)📝
backend/open_webui/utils/chat.py(+2 -0)📝
backend/open_webui/utils/middleware.py(+2 -1)📝
backend/requirements.txt(+5 -5)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
pyproject.toml(+12 -5)📝
src/lib/apis/chats/index.ts(+38 -0)...and 70 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.