mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
fix: async-timeout
This commit is contained in:
parent
e576ddce67
commit
5c48fce382
@ -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 New Issue
Block a user