mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #23956] [CLOSED] fix: align Brotli pin between pyproject.toml and requirements.txt to the same version #66311
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/23956
Author: @nicecatch
Created: 4/21/2026
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (1)
ec22015Align Brotli pin between pyproject.toml and requirements.txt to the same version.📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
pyproject.toml(+1 -1)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
Just upgraded to 0.9.1 (I am using the pip distirbuted version) and I started getting this error when trying to choose openai available models:
Resulting in an empty dropdown.
Cloned the repo and noticed that I was not getting the same error but that in the repo there were different versions of brotli being referenced.
When I forced (in my pip env for the packaged version)
Everything started working fine again.
Hopefully this will fix the problem with the next release
Security
Contributor License Agreement
Changelog
Fixed
pyproject.toml. UpdatedBrotlifrom1.1.0to1.2.0inpyproject.tomlto matchrequirements.txt, ensuring the pip-distributed package installs the same version used in local development.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.