mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #393] Fix package versions in requirements.txt #12050
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 @o1iv3r on GitHub (Jan 5, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/393
Bug Report
This web ui is amazing but I'd suggest to fix versions of Python packages.
Description
Not fixing package version may lead to poor user experience.
For example, due to this one currently needs bcrypt==4.0.1, not the newest version. Also I had a strange authorization error due to the fact that pydantic was not version 2. I am running the app locally, not in Docker