open-webui v0.9.1

v0.9.1
Fixed 2
  • Add missing aiosqlite dependency to pyproject.toml to fix startup crash when installing via pip or uv
  • Add missing asyncpg dependency to pyproject.toml to fix startup crash for PostgreSQL users
Fixed
  • 🐛 Missing aiosqlite dependency. Fixed a startup crash (ModuleNotFoundError: No module named 'aiosqlite') when installing Open WebUI via pip or uv by adding the missing aiosqlite package to pyproject.toml. The dependency was listed in requirements.txt but not in the published package metadata, so it was not installed automatically. #23916
  • 🐛 Missing asyncpg dependency. Added the missing asyncpg package to pyproject.toml to prevent the same startup crash for PostgreSQL users. Like aiosqlite, it was present in requirements.txt but absent from the published package dependencies.
View original

Upgraded? How did it go?

Discussion