[GH-ISSUE #12421] issue: fast api version conflicts with mcpo. #32123

Closed
opened 2026-04-25 06:01:03 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @CaffeineOddity on GitHub (Apr 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12421

Check Existing Issues

  • 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-04-25 06:01:03 -05:00
Author
Owner

@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 >= )

<!-- 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 >= )
Author
Owner

@tjbck commented on GitHub (Apr 4, 2025):

You should use venv.

<!-- gh-comment-id:2777404566 --> @tjbck commented on GitHub (Apr 4, 2025): You should use venv.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#32123