mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
chore: langchain dep bump
This commit is contained in:
parent
e5daec32ba
commit
bd02a456ab
2 changed files with 4 additions and 4 deletions
|
|
@ -48,8 +48,8 @@ google-generativeai==0.8.5
|
||||||
tiktoken
|
tiktoken
|
||||||
mcp==1.14.1
|
mcp==1.14.1
|
||||||
|
|
||||||
langchain==0.3.26
|
langchain==0.3.27
|
||||||
langchain-community==0.3.27
|
langchain-community==0.3.29
|
||||||
|
|
||||||
fake-useragent==2.2.0
|
fake-useragent==2.2.0
|
||||||
chromadb==1.0.20
|
chromadb==1.0.20
|
||||||
|
|
|
||||||
|
|
@ -54,8 +54,8 @@ dependencies = [
|
||||||
"google-genai==1.32.0",
|
"google-genai==1.32.0",
|
||||||
"google-generativeai==0.8.5",
|
"google-generativeai==0.8.5",
|
||||||
|
|
||||||
"langchain==0.3.26",
|
"langchain==0.3.27",
|
||||||
"langchain-community==0.3.27",
|
"langchain-community==0.3.29",
|
||||||
|
|
||||||
"fake-useragent==2.2.0",
|
"fake-useragent==2.2.0",
|
||||||
"chromadb==1.0.20",
|
"chromadb==1.0.20",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue