I have searched the existing issues and discussions.
I am using the latest version of Open WebUI.
Installation Method
Git Clone
Open WebUI Version
0.6.0
Ollama Version (if applicable)
No response
Operating System
masOS
Browser (if applicable)
No response
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 listed steps to reproduce the bug in detail.
Expected Behavior
in open-webui v0.6.0 using fastapi==0.115.7,
but using mcpo, fastapi required>=0.115.12.
plz, fix.
Actual Behavior
/
Steps to Reproduce
/
Logs & Screenshots
/
Additional Information
No response
Originally created by @CaffeineOddity on GitHub (Apr 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12421
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### Installation Method
Git Clone
### Open WebUI Version
0.6.0
### Ollama Version (if applicable)
_No response_
### Operating System
masOS
### Browser (if applicable)
_No response_
### 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 listed steps to reproduce the bug in detail.
### Expected Behavior
in open-webui v0.6.0 using fastapi==0.115.7,
but using mcpo, fastapi required>=0.115.12.
plz, fix.
### Actual Behavior
/
### Steps to Reproduce
/
### Logs & Screenshots
/
### Additional Information
_No response_
GiteaMirror
added the bug label 2026-05-13 03:10:20 -05:00
as you use git cloned you can easyly change on backend/requirements.txt to fit , I change its to run it on python 3.12 (i replace all == & ~= by >= )
<!-- gh-comment-id:2776957003 -->
@rgaricano commented on GitHub (Apr 3, 2025):
as you use git cloned you can easyly change on backend/requirements.txt to fit , I change its to run it on python 3.12 (i replace all == & ~= by >= )
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 @CaffeineOddity on GitHub (Apr 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12421
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.0
Ollama Version (if applicable)
No response
Operating System
masOS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
in open-webui v0.6.0 using fastapi==0.115.7,
but using mcpo, fastapi required>=0.115.12.
plz, fix.
Actual Behavior
/
Steps to Reproduce
/
Logs & Screenshots
/
Additional Information
No response
@rgaricano commented on GitHub (Apr 3, 2025):
as you use git cloned you can easyly change on backend/requirements.txt to fit , I change its to run it on python 3.12 (i replace all == & ~= by >= )
@tjbck commented on GitHub (Apr 4, 2025):
You should use venv.