mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
fix: async-timeout
This commit is contained in:
parent
e576ddce67
commit
5c48fce382
2 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ passlib[bcrypt]==1.7.4
|
|||
|
||||
requests==2.32.3
|
||||
aiohttp==3.10.8
|
||||
async-timeout
|
||||
|
||||
sqlalchemy==2.0.32
|
||||
alembic==1.13.2
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ dependencies = [
|
|||
|
||||
"requests==2.32.3",
|
||||
"aiohttp==3.10.8",
|
||||
"async-timeout",
|
||||
|
||||
"sqlalchemy==2.0.32",
|
||||
"alembic==1.13.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue