mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
BREAKING/CAUTION: chore: chromadb dep bump - needs testing (#19780)
* Update requirements.txt * Update requirements-min.txt * Update pyproject.toml
This commit is contained in:
parent
508fde70ff
commit
cdd75ade50
3 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ langchain==0.3.27
|
|||
langchain-community==0.3.29
|
||||
fake-useragent==2.2.0
|
||||
|
||||
chromadb==1.1.0
|
||||
chromadb==1.3.5
|
||||
black==25.11.0
|
||||
pydub
|
||||
chardet==5.2.0
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ langchain==0.3.27
|
|||
langchain-community==0.3.29
|
||||
|
||||
fake-useragent==2.2.0
|
||||
chromadb==1.1.0
|
||||
chromadb==1.3.5
|
||||
weaviate-client==4.17.0
|
||||
opensearch-py==2.8.0
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ dependencies = [
|
|||
"langchain-community==0.3.29",
|
||||
|
||||
"fake-useragent==2.2.0",
|
||||
"chromadb==1.0.20",
|
||||
"chromadb==1.3.5",
|
||||
"opensearch-py==2.8.0",
|
||||
"PyMySQL==1.1.1",
|
||||
"boto3==1.41.5",
|
||||
|
|
|
|||
Loading…
Reference in a new issue