Merge pull request #5546 from itaybar/bugfix/downgrade_authlib

downgrade authlib to 1.3.1
This commit is contained in:
Timothy Jaeryang Baek 2024-09-20 17:41:19 +02:00 committed by GitHub
commit 79b5430a9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ rank-bm25==0.2.2
faster-whisper==1.0.3
PyJWT[crypto]==2.9.0
authlib==1.3.2
authlib==1.3.1
black==24.8.0
langfuse==2.44.0

View File

@ -76,7 +76,7 @@ dependencies = [
"faster-whisper==1.0.3",
"PyJWT[crypto]==2.9.0",
"authlib==1.3.2",
"authlib==1.3.1",
"black==24.8.0",
"langfuse==2.44.0",