mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
Merge pull request #2039 from akx/py-requirement-fixes
chore: Small Python requirement fixes
This commit is contained in:
commit
5661de3221
@ -9,7 +9,6 @@ Flask-Cors==4.0.0
|
|||||||
python-socketio==5.11.2
|
python-socketio==5.11.2
|
||||||
python-jose==3.3.0
|
python-jose==3.3.0
|
||||||
passlib[bcrypt]==1.7.4
|
passlib[bcrypt]==1.7.4
|
||||||
uuid==1.30
|
|
||||||
|
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
aiohttp==3.9.5
|
aiohttp==3.9.5
|
||||||
@ -19,7 +18,6 @@ psycopg2-binary==2.9.9
|
|||||||
PyMySQL==1.1.0
|
PyMySQL==1.1.0
|
||||||
bcrypt==4.1.2
|
bcrypt==4.1.2
|
||||||
|
|
||||||
litellm==1.35.28
|
|
||||||
litellm[proxy]==1.35.28
|
litellm[proxy]==1.35.28
|
||||||
|
|
||||||
boto3==1.34.95
|
boto3==1.34.95
|
||||||
@ -54,9 +52,8 @@ rank-bm25==0.2.2
|
|||||||
|
|
||||||
faster-whisper==1.0.1
|
faster-whisper==1.0.1
|
||||||
|
|
||||||
PyJWT==2.8.0
|
|
||||||
PyJWT[crypto]==2.8.0
|
PyJWT[crypto]==2.8.0
|
||||||
|
|
||||||
black==24.4.2
|
black==24.4.2
|
||||||
langfuse==2.27.3
|
langfuse==2.27.3
|
||||||
youtube-transcript-api
|
youtube-transcript-api==0.6.2
|
||||||
|
Loading…
Reference in New Issue
Block a user