mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
issue: Cannot update to version 0.6.18 using uv sync #5835
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?
Originally created by @poonesh on GitHub (Jul 22, 2025).
Check Existing Issues
Installation Method
Other
Open WebUI Version
0.6.18
Ollama Version (if applicable)
No response
Operating System
macos
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Version 0.6.18 should be successfully installed with uv sync.
Actual Behavior
Version 0.6.18 fails to install using uv sync with the following error:
My
pyproject.tomlonly containsSteps to Reproduce
My
pyproject.tomlonly containsLogs & Screenshots
My
pyproject.tomlonly containsAdditional Information
No response
@rgaricano commented on GitHub (Jul 22, 2025):
what python ver do you use?
openwebui need python <3.13
you can set uv env python version: e.g.
uv venv --python 3.12