mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
chore: bump authlib
This commit is contained in:
parent
4a76bea80c
commit
53ecfc2b5d
2 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ onnxruntime==1.20.1
|
||||||
faster-whisper==1.1.1
|
faster-whisper==1.1.1
|
||||||
|
|
||||||
PyJWT[crypto]==2.10.1
|
PyJWT[crypto]==2.10.1
|
||||||
authlib==1.6.1
|
authlib==1.6.3
|
||||||
|
|
||||||
black==25.1.0
|
black==25.1.0
|
||||||
youtube-transcript-api==1.2.2
|
youtube-transcript-api==1.2.2
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ dependencies = [
|
||||||
"bcrypt==4.3.0",
|
"bcrypt==4.3.0",
|
||||||
"argon2-cffi==23.1.0",
|
"argon2-cffi==23.1.0",
|
||||||
"PyJWT[crypto]==2.10.1",
|
"PyJWT[crypto]==2.10.1",
|
||||||
"authlib==1.6.1",
|
"authlib==1.6.3",
|
||||||
|
|
||||||
"requests==2.32.4",
|
"requests==2.32.4",
|
||||||
"aiohttp==3.12.15",
|
"aiohttp==3.12.15",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue