mirror of
https://github.com/open-webui/open-webui.git
synced 2026-01-04 23:55:22 +00:00
fix: python pip install dep issue
This commit is contained in:
parent
def8a0027d
commit
5c5f87a63c
1 changed files with 4 additions and 2 deletions
|
|
@ -52,8 +52,10 @@ dependencies = [
|
|||
"google-genai==1.56.0",
|
||||
"google-generativeai==0.8.6",
|
||||
|
||||
"langchain==0.3.27",
|
||||
"langchain-community==0.3.29",
|
||||
"langchain==1.2.0",
|
||||
"langchain-community==0.4.1",
|
||||
"langchain-classic==1.0.0",
|
||||
"langchain-text-splitters==1.1.0",
|
||||
|
||||
"fake-useragent==2.2.0",
|
||||
"chromadb==1.3.7",
|
||||
|
|
|
|||
Loading…
Reference in a new issue