mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
chore: dep bump
This commit is contained in:
parent
bd02a456ab
commit
685cca5bd5
2 changed files with 4 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ python-jose==3.4.0
|
||||||
passlib[bcrypt]==1.7.4
|
passlib[bcrypt]==1.7.4
|
||||||
cryptography
|
cryptography
|
||||||
|
|
||||||
requests==2.32.4
|
requests==2.32.5
|
||||||
aiohttp==3.12.15
|
aiohttp==3.12.15
|
||||||
async-timeout
|
async-timeout
|
||||||
aiocache
|
aiocache
|
||||||
|
|
@ -43,7 +43,7 @@ asgiref==3.8.1
|
||||||
# AI libraries
|
# AI libraries
|
||||||
openai
|
openai
|
||||||
anthropic
|
anthropic
|
||||||
google-genai==1.32.0
|
google-genai==1.38.0
|
||||||
google-generativeai==0.8.5
|
google-generativeai==0.8.5
|
||||||
tiktoken
|
tiktoken
|
||||||
mcp==1.14.1
|
mcp==1.14.1
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ dependencies = [
|
||||||
"PyJWT[crypto]==2.10.1",
|
"PyJWT[crypto]==2.10.1",
|
||||||
"authlib==1.6.3",
|
"authlib==1.6.3",
|
||||||
|
|
||||||
"requests==2.32.4",
|
"requests==2.32.5",
|
||||||
"aiohttp==3.12.15",
|
"aiohttp==3.12.15",
|
||||||
"async-timeout",
|
"async-timeout",
|
||||||
"aiocache",
|
"aiocache",
|
||||||
|
|
@ -51,7 +51,7 @@ dependencies = [
|
||||||
|
|
||||||
"openai",
|
"openai",
|
||||||
"anthropic",
|
"anthropic",
|
||||||
"google-genai==1.32.0",
|
"google-genai==1.38.0",
|
||||||
"google-generativeai==0.8.5",
|
"google-generativeai==0.8.5",
|
||||||
|
|
||||||
"langchain==0.3.27",
|
"langchain==0.3.27",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue