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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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