浏览代码

chore: bump authlib

Timothy Jaeryang Baek 4 周之前
父节点
当前提交
53ecfc2b5d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      backend/requirements.txt
  2. 1 1
      pyproject.toml

+ 1 - 1
backend/requirements.txt

@@ -99,7 +99,7 @@ onnxruntime==1.20.1
 faster-whisper==1.1.1
 
 PyJWT[crypto]==2.10.1
-authlib==1.6.1
+authlib==1.6.3
 
 black==25.1.0
 youtube-transcript-api==1.2.2

+ 1 - 1
pyproject.toml

@@ -18,7 +18,7 @@ dependencies = [
     "bcrypt==4.3.0",
     "argon2-cffi==23.1.0",
     "PyJWT[crypto]==2.10.1",
-    "authlib==1.6.1",
+    "authlib==1.6.3",
 
     "requests==2.32.4",
     "aiohttp==3.12.15",