mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
fix: update dependency to prevent rediss:// failure (#19488)
* Update pyproject.toml * Update requirements.txt * Update requirements-min.txt
This commit is contained in:
parent
8b2015a97b
commit
4df5b7eb2e
3 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ pydantic==2.11.9
|
|||
python-multipart==0.0.20
|
||||
itsdangerous==2.2.0
|
||||
|
||||
python-socketio==5.14.0
|
||||
python-socketio==5.15.0
|
||||
python-jose==3.5.0
|
||||
cryptography
|
||||
bcrypt==5.0.0
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ pydantic==2.11.9
|
|||
python-multipart==0.0.20
|
||||
itsdangerous==2.2.0
|
||||
|
||||
python-socketio==5.14.0
|
||||
python-socketio==5.15.0
|
||||
python-jose==3.5.0
|
||||
cryptography
|
||||
bcrypt==5.0.0
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ dependencies = [
|
|||
"python-multipart==0.0.20",
|
||||
"itsdangerous==2.2.0",
|
||||
|
||||
"python-socketio==5.14.0",
|
||||
"python-socketio==5.15.0",
|
||||
"python-jose==3.5.0",
|
||||
"cryptography",
|
||||
"bcrypt==5.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue