[GH-ISSUE #393] Fix package versions in requirements.txt #12050

Closed
opened 2026-04-19 18:48:04 -05:00 by GiteaMirror · 0 comments
Owner

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

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](https://github.com/pyca/bcrypt/issues/684) 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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#12050