update deps for chroma to fix incompatibility with latest server release

This commit is contained in:
Sydney Runkle 2025-04-28 10:48:21 -04:00
parent 3fb0a55122
commit c2b6b75daa
2 changed files with 961 additions and 714 deletions

View File

@ -10,7 +10,7 @@ dependencies = [
"langchain-core>=0.3.52",
"numpy>=1.26.0; python_version < '3.13'",
"numpy>=2.1.0; python_version >= '3.13'",
"chromadb!=0.5.10,!=0.5.11,!=0.5.12,!=0.5.4,!=0.5.5,!=0.5.7,!=0.5.9,<0.7.0,>=0.4.0",
"chromadb>=1.0",
]
name = "langchain-chroma"
version = "0.2.3"

File diff suppressed because it is too large Load Diff