Unverified Commit 5661de32 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #2039 from akx/py-requirement-fixes

chore: Small Python requirement fixes
parents 3f14d8bf cbd1929f
...@@ -9,7 +9,6 @@ Flask-Cors==4.0.0 ...@@ -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 ...@@ -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 ...@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment