发布日期: 2026-04-21
版本号: v0.9.1

修复了通过pip或uv安装Open WebUI后,因缺少aiosqliteasyncpg依赖包而导致的启动崩溃问题。这两个依赖原本列在requirements.txt中,但未包含在发布包的元数据里,现已补全至pyproject.toml以确保自动安装。

更新内容 (中文)

已修复

  • 🐛 缺失 aiosqlite 依赖项。 通过在 pyproject.toml 中添加缺失的 aiosqlite 包,修复了通过 pipuv 安装 Open WebUI 时出现的启动崩溃问题(ModuleNotFoundError: No module named 'aiosqlite')。该依赖项之前列在 requirements.txt 中,但未包含在已发布的包元数据中,因此不会自动安装。#23916
  • 🐛 缺失 asyncpg 依赖项。pyproject.toml 中添加了缺失的 asyncpg 包,以防止 PostgreSQL 用户遇到相同的启动崩溃问题。与 aiosqlite 类似,该包存在于 requirements.txt 中,但未包含在已发布的包依赖项中。

更新内容 (原始)

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.

下载链接