Skip to content

Commit 651d2b6

Browse files
authored
Merge pull request #67165 from efbar/feat/bump-deps-openwebui-20250924
feat(open-webui): bump dep to remediate GHSA-9ggr-2464-2j32
2 parents 68aec57 + 6a5bf49 commit 651d2b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

open-webui.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: open-webui
33
version: "0.6.30"
4-
epoch: 0
4+
epoch: 1
55
description: User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
66
copyright:
77
- license: BSD-3-Clause
@@ -77,6 +77,9 @@ pipeline:
7777
# GHSA-847f-9342-265h
7878
uv pip install --upgrade h2==4.3.0
7979
80+
# GHSA-9ggr-2464-2j32
81+
uv pip install --upgrade authlib>=1.6.4
82+
8083
uv pip uninstall pip
8184
8285
python -c "import os; from sentence_transformers import SentenceTransformer; SentenceTransformer(os.environ['RAG_EMBEDDING_MODEL'], device='cpu')"

0 commit comments

Comments
 (0)