mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #12421] issue: fast api version conflicts with mcpo. #55260
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 @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.