mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #4811] [MERGED] 0.3.16 #8367
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/4811
Author: @tjbck
Created: 8/22/2024
Status: ✅ Merged
Merged: 8/27/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
a53c2a8fix: Pass all parsed options to ReconnectingPostgresqlDatabasee63d577fix: Decode URL-encoded characters in passwords510a0f3chore(deps): bump langchain from 0.2.12 to 0.2.14 in /backendccf5bd1chore(deps): bump unstructured from 0.15.5 to 0.15.7 in /backendf5994e3chore(deps): bump langfuse from 2.43.3 to 2.44.0 in /backendec075e2Update catalan translation.json89ebbedfix: DeprecationWarning for datetime.utcnow() by using datetime.now(UTC)abe36a3Merge pull request #4803 from CJDaniel96/dev95d016dMerge pull request #4800 from aleixdorca/devac8a16eMerge pull request #4787 from open-webui/dependabot/pip/backend/dev/langfuse-2.44.0📊 Changes
104 files changed (+7096 additions, -3166 deletions)
View changed files
📝
.github/workflows/docker-build.yaml(+44 -28)📝
CHANGELOG.md(+26 -0)📝
backend/apps/audio/main.py(+6 -0)📝
backend/apps/images/main.py(+4 -2)📝
backend/apps/ollama/main.py(+26 -3)📝
backend/apps/rag/main.py(+26 -3)📝
backend/apps/rag/utils.py(+14 -10)📝
backend/apps/webui/internal/db.py(+8 -21)📝
backend/apps/webui/internal/wrappers.py(+4 -10)📝
backend/apps/webui/main.py(+35 -29)📝
backend/apps/webui/models/auths.py(+2 -2)📝
backend/apps/webui/models/chats.py(+12 -9)📝
backend/apps/webui/models/documents.py(+1 -1)📝
backend/apps/webui/models/files.py(+8 -1)📝
backend/apps/webui/models/functions.py(+1 -1)📝
backend/apps/webui/models/models.py(+1 -1)📝
backend/apps/webui/models/tags.py(+1 -1)📝
backend/apps/webui/models/tools.py(+1 -1)📝
backend/apps/webui/routers/auths.py(+5 -2)📝
backend/apps/webui/routers/files.py(+8 -6)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.