Fix package versions in requirements.txt #154

Closed
opened 2025-11-11 14:08:36 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @o1iv3r on GitHub (Jan 5, 2024).

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). # 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#154