open-webui: 0.10.2 -> 0.11.0

Diff: https://github.com/open-webui/open-webui/compare/v0.10.2...v0.11.0

Changelog: https://github.com/open-webui/open-webui/blob/v0.11.0/CHANGELOG.md
(cherry picked from commit 5c98447233)
This commit is contained in:
codgician
2026-07-27 19:26:57 +08:00
committed by github-actions[bot]
parent 3770c18e5f
commit 767a96067f

View File

@@ -9,13 +9,13 @@
}:
let
pname = "open-webui";
version = "0.10.2";
version = "0.11.0";
src = fetchFromGitHub {
owner = "open-webui";
repo = "open-webui";
tag = "v${version}";
hash = "sha256-tJ9b5up5FoX5TrmpwMWevyA/o3Ai/lKsHu+nahc2Ttc=";
hash = "sha256-SP5Huefj35PHvVzqS8R/DGSBci/hCHoueEb5RupGVqY=";
};
frontend = buildNpmPackage rec {
@@ -24,13 +24,13 @@ let
# the backend for run-on-client-browser python execution
# must match the version that is locked in package-lock.json
pyodideVersion = "0.28.3";
pyodideVersion = "314.0.3";
pyodide = fetchurl {
hash = "sha256-fcqubT8VmGoJ8PnmxHE6DA8kv/DJDHToWoFyPxvGCUA=";
hash = "sha256-oCgELZDbqedP377PNuqn1X6IvwrWGNnFBZ6xBAqnYSo=";
url = "https://github.com/pyodide/pyodide/releases/download/${pyodideVersion}/pyodide-${pyodideVersion}.tar.bz2";
};
npmDepsHash = "sha256-yw/1n1jBCUtt8wUqJmIkB3W53wsXTKuAFG/EMwcTpx8=";
npmDepsHash = "sha256-9Wa6gP0asGPCoBJh8ufpweOg4zNf7onzBu08iQwgqis=";
npmFlags = [ "--force" ];
@@ -84,6 +84,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
[
accelerate
aiocache
aiodns
aiofiles
aiohttp
aiosqlite
@@ -121,14 +122,17 @@ python3Packages.buildPythonApplication (finalAttrs: {
google-cloud-storage
google-genai
googleapis-common-protos
hiredis
httpx
itsdangerous
joserfc
langchain
langchain-classic
langchain-community
langchain-text-splitters
ldap3
loguru
lxml
markdown
mcp
msoffcrypto-tool
@@ -149,12 +153,14 @@ python3Packages.buildPythonApplication (finalAttrs: {
opentelemetry-sdk
openpyxl
opensearch-py
orjson
pandas
pillow
psutil
psycopg
pyarrow
pycrdt
pydantic
pydub
pyjwt
pymdown-extensions
@@ -162,7 +168,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
pypandoc
pypdf
python-dotenv
python-jose
python-mimeparse
python-multipart
python-pptx
@@ -171,8 +176,9 @@ python3Packages.buildPythonApplication (finalAttrs: {
pytz
pyxlsb
rank-bm25
rapidocr-onnxruntime
rapidocr
redis
regex
requests
restrictedpython
sentence-transformers
@@ -188,6 +194,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
xlrd
youtube-transcript-api
]
++ (with httpx.optional-dependencies; brotli ++ cli ++ http2 ++ socks ++ zstd)
++ uvicorn.optional-dependencies.standard
++ psycopg.optional-dependencies.c
++ pyjwt.optional-dependencies.crypto
++ sqlalchemy.optional-dependencies.asyncio
@@ -211,7 +219,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
azure-search-documents
colbert-ai
elasticsearch
gcp-storage-emulator
moto
oracledb
pinecone-client