Skip to content

Releases: explorigin/open-webui

v0.9.1

22 Apr 15:06
0a8a620

Choose a tag to compare

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.

v0.1.107

02 Mar 23:58
6c70d0f

Choose a tag to compare

Automatically created new release

v0.1.106

02 Mar 02:30
5745b9c

Choose a tag to compare

Automatically created new release