diff --git a/open-webui.yaml b/open-webui.yaml index fd2b7770f17..f754b0c0cd9 100644 --- a/open-webui.yaml +++ b/open-webui.yaml @@ -1,7 +1,7 @@ package: name: open-webui version: "0.6.43" - epoch: 0 + epoch: 1 description: User-friendly AI Interface (Supports Ollama, OpenAI API, ...) copyright: - license: BSD-3-Clause @@ -85,6 +85,9 @@ pipeline: # GHSA-9h52-p55h-vw2f uv pip install --upgrade mcp>=1.23.0 + # GHSA-54jq-c3m8-4m76 GHSA-69f9-5gxw-wvc2 GHSA-6jhg-hg63-jvvf GHSA-6mq8-rvhq-8wgg GHSA-fh55-r93g-j68g GHSA-g84x-mcqj-x9qq GHSA-jj3x-wxrx-4x23 GHSA-mqqc-3gqh-h2x8 + uv pip install --upgrade aiohttp==3.13.3 + uv pip uninstall pip python -c "import os; from sentence_transformers import SentenceTransformer; SentenceTransformer(os.environ['RAG_EMBEDDING_MODEL'], device='cpu')"