From 55e35d7f1166bc86c42d506334c76eb04f9555e2 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 13 Feb 2026 12:03:47 +0100 Subject: [PATCH] qf --- ct/openwebui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/openwebui.sh b/ct/openwebui.sh index 1ca8b0276..bd64e1ab0 100644 --- a/ct/openwebui.sh +++ b/ct/openwebui.sh @@ -126,7 +126,7 @@ EOF msg_info "Updating Open WebUI via uv" PYTHON_VERSION="3.12" setup_uv - $STD uv tool upgrade --python 3.12 --constraint <(echo "numba>=0.60") open-webui[all] + $STD uv tool install --force --python 3.12 --constraint <(echo "numba>=0.60") open-webui[all] systemctl restart open-webui msg_ok "Updated Open WebUI" msg_ok "Updated successfully!"