mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix: update dependency to prevent rediss:// failure (#19488)
* Update pyproject.toml * Update requirements.txt * Update requirements-min.txt
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user