mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
issue: Clarify license on PyPI #5561
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 @timothyg-stripe on GitHub (Jun 16, 2025).
Check Existing Issues
Installation Method
Other
Open WebUI Version
v0.6.6+
Ollama Version (if applicable)
No response
Operating System
all
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
That https://pypi.org/project/open-webui/ does not show Open WebUI as using the MIT license.
As per https://docs.openwebui.com/license/, Open WebUI now uses a different license based on 3-clause BSD, but is not OSI-approved.
Actual Behavior
PyPI says Open WebUI uses the MIT license
Steps to Reproduce
Visit https://pypi.org/project/open-webui/0.6.15/
Logs & Screenshots
https://pypi.org/project/open-webui/0.6.15/
Additional Information
I believe part of this is due to
b5f4c85bb1/pyproject.toml (L142)@tjbck commented on GitHub (Jun 17, 2025):
Good catch, updated with
cd975a1047