I have searched the existing issues and discussions.
I am using the latest version of Open WebUI.
Installation Method
Pip
Open WebUI Version
v0.6.16 > Trying to update to v0.6.17
Ollama Version (if applicable)
No response
Operating System
win11
Browser (if applicable)
firefox
Confirmation
I have read and followed all instructions in README.md.
I am using the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have provided every relevant configuration, setting, and environment variable used in my setup.
I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
Start with the initial platform/version/OS and dependencies used,
Specify exact install/launch/configure commands,
List URLs visited, user input (incl. example values/emails/passwords if needed),
Describe all options and toggles enabled or changed,
Include any files or environmental changes,
Identify the expected and actual result at each stage,
Ensure any reasonably skilled user can follow and hit the same issue.
Expected Behavior
pip install --upgrade open-webui should upgrade to v0.6.17
Actual Behavior
not updating.
Steps to Reproduce
use win11, try to update to latest, you will have issues with dependencies.
Logs & Screenshots
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
langfuse 2.44.0 requires packaging<24.0,>=23.2, but you have packaging 24.2 which is incompatible.
Additional Information
No response
Originally created by @iChristGit on GitHub (Jul 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15878
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### Installation Method
Pip
### Open WebUI Version
v0.6.16 > Trying to update to v0.6.17
### Ollama Version (if applicable)
_No response_
### Operating System
win11
### Browser (if applicable)
firefox
### Confirmation
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.**
- [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
- [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps:
- Start with the initial platform/version/OS and dependencies used,
- Specify exact install/launch/configure commands,
- List URLs visited, user input (incl. example values/emails/passwords if needed),
- Describe all options and toggles enabled or changed,
- Include any files or environmental changes,
- Identify the expected and actual result at each stage,
- Ensure any reasonably skilled user can follow and hit the same issue.
### Expected Behavior
pip install --upgrade open-webui should upgrade to v0.6.17
### Actual Behavior
not updating.
### Steps to Reproduce
use win11, try to update to latest, you will have issues with dependencies.
### Logs & Screenshots
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
langfuse 2.44.0 requires packaging<24.0,>=23.2, but you have packaging 24.2 which is incompatible.
### Additional Information
_No response_
GiteaMirror
added the bug label 2026-05-25 07:16:28 -05:00
pip install --upgrade open-webui should upgrade to v0.6.17
Actual Behavior
Not updating.
Steps to Reproduce
Use Ubuntu 24.04.2 LTS.
Try to update Open WebUI via pip (pip install --upgrade open-webui).
<!-- gh-comment-id:3092523434 -->
@zynfox commented on GitHub (Jul 19, 2025):
Confirming this also not upgrading on Ubuntu:
### Installation Method
pip install
### Open WebUI Version
v0.6.16
### Ollama Version (if applicable)
No response
### Operating System
Ubuntu 24.04.2 LTS
### Browser (if applicable)
Firefox
### Expected Behavior
`pip install --upgrade open-webui` should upgrade to v0.6.17
### Actual Behavior
Not updating.
### Steps to Reproduce
1. Use Ubuntu 24.04.2 LTS.
2. Try to update Open WebUI via pip (`pip install --upgrade open-webui`).
@DrVonSinistro commented on GitHub (Jul 19, 2025):
Tip to get you going while they fix this:
-activate your conda env, cd to its path and put the .tar.gz update there
-type set NPM_CONFIG_FORCE=1 and press enter
-then update with pip install --upgrade open-webui-0.6.17.tar.gz
It will take a while but it'll go through and update.
<!-- gh-comment-id:3092526289 -->
@DrVonSinistro commented on GitHub (Jul 19, 2025):
Tip to get you going while they fix this:
-activate your conda env, cd to its path and put the .tar.gz update there
-type set NPM_CONFIG_FORCE=1 and press enter
-then update with pip install --upgrade open-webui-0.6.17.tar.gz
It will take a while but it'll go through and update.
-activate your conda env, cd to its path and put the .tar.gz update there -type set NPM_CONFIG_FORCE=1 and press enter -then update with pip install --upgrade open-webui-0.6.17.tar.gz
It will take a while but it'll go through and update.
I did not use conda env, just pip installed open-webui
I tried running with --force
Should I just try pip install --upgrade open-webui-0.6.17.tar.gz ?
<!-- gh-comment-id:3092527518 -->
@iChristGit commented on GitHub (Jul 19, 2025):
> Tip to get you going while they fix this:
>
> -activate your conda env, cd to its path and put the .tar.gz update there -type set NPM_CONFIG_FORCE=1 and press enter -then update with pip install --upgrade open-webui-0.6.17.tar.gz
>
> It will take a while but it'll go through and update.
I did not use conda env, just pip installed open-webui
I tried running with --force
Should I just try pip install --upgrade open-webui-0.6.17.tar.gz ?
langfuse 2.44.0 requires packaging<24.0,>=23.2, but you have packaging 24.2 which is incompatible.
this is a warming message after update some lib and other lib are dependent, you can solve it updating the langfuse lib:
pip install -U langfuse
(and if you recibe other message you can solve in same way, that is usual if you don't use individuals envs)
<!-- gh-comment-id:3092534049 -->
@rgaricano commented on GitHub (Jul 19, 2025):
langfuse 2.44.0 requires packaging<24.0,>=23.2, but you have packaging 24.2 which is incompatible.
this is a warming message after update some lib and other lib are dependent, you can solve it updating the langfuse lib:
`pip install -U langfuse`
(and if you recibe other message you can solve in same way, that is usual if you don't use individuals envs)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @iChristGit on GitHub (Jul 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15878
Check Existing Issues
Installation Method
Pip
Open WebUI Version
v0.6.16 > Trying to update to v0.6.17
Ollama Version (if applicable)
No response
Operating System
win11
Browser (if applicable)
firefox
Confirmation
README.md.Expected Behavior
pip install --upgrade open-webui should upgrade to v0.6.17
Actual Behavior
not updating.
Steps to Reproduce
use win11, try to update to latest, you will have issues with dependencies.
Logs & Screenshots
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
langfuse 2.44.0 requires packaging<24.0,>=23.2, but you have packaging 24.2 which is incompatible.
Additional Information
No response
@zynfox commented on GitHub (Jul 19, 2025):
Confirming this also not upgrading on Ubuntu:
Installation Method
pip install
Open WebUI Version
v0.6.16
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04.2 LTS
Browser (if applicable)
Firefox
Expected Behavior
pip install --upgrade open-webuishould upgrade to v0.6.17Actual Behavior
Not updating.
Steps to Reproduce
pip install --upgrade open-webui).@DrVonSinistro commented on GitHub (Jul 19, 2025):
Tip to get you going while they fix this:
-activate your conda env, cd to its path and put the .tar.gz update there
-type set NPM_CONFIG_FORCE=1 and press enter
-then update with pip install --upgrade open-webui-0.6.17.tar.gz
It will take a while but it'll go through and update.
@iChristGit commented on GitHub (Jul 19, 2025):
I did not use conda env, just pip installed open-webui
I tried running with --force
Should I just try pip install --upgrade open-webui-0.6.17.tar.gz ?
@iChristGit commented on GitHub (Jul 19, 2025):
Okay Il wait and update later, at least its a known issue!
Thanks!
@rgaricano commented on GitHub (Jul 19, 2025):
langfuse 2.44.0 requires packaging<24.0,>=23.2, but you have packaging 24.2 which is incompatible.
this is a warming message after update some lib and other lib are dependent, you can solve it updating the langfuse lib:
pip install -U langfuse(and if you recibe other message you can solve in same way, that is usual if you don't use individuals envs)
@tjbck commented on GitHub (Jul 19, 2025):
Sorted with 0.6.18
@zynfox commented on GitHub (Jul 19, 2025):
I did not use conda, but instead did source activate.
Open Web UI still showing it didn't update: