Browse Source

Merge pull request #3507 from open-webui/dependabot/pip/authlib-1.3.1

chore(deps): bump authlib from 1.3.0 to 1.3.1
Timothy Jaeryang Baek 10 months ago
parent
commit
56137acd94
2 changed files with 2 additions and 2 deletions
  1. 1 1
      backend/requirements.txt
  2. 1 1
      pyproject.toml

+ 1 - 1
backend/requirements.txt

@@ -58,7 +58,7 @@ rank-bm25==0.2.2
 faster-whisper==1.0.2
 
 PyJWT[crypto]==2.8.0
-authlib==1.3.0
+authlib==1.3.1
 
 black==24.4.2
 langfuse==2.33.0

+ 1 - 1
pyproject.toml

@@ -59,7 +59,7 @@ dependencies = [
     "faster-whisper==1.0.2",
 
     "PyJWT[crypto]==2.8.0",
-    "authlib==1.3.0",
+    "authlib==1.3.1",
 
     "black==24.4.2",
     "langfuse==2.33.0",