Compare commits

...

3 Commits

Author SHA1 Message Date
Sydney Runkle
cfa6a71359 temporarily run chroma on 3.12 for CI 2025-04-28 12:24:49 -04:00
Sydney Runkle
8046291a7a upper bound for chromadb for now 2025-04-28 11:14:08 -04:00
Sydney Runkle
c2b6b75daa update deps for chroma to fix incompatibility with latest server release 2025-04-28 10:48:21 -04:00
3 changed files with 962 additions and 715 deletions

View File

@@ -38,8 +38,8 @@ IGNORED_PARTNERS = [
]
PY_312_MAX_PACKAGES = [
"libs/partners/huggingface", # https://github.com/pytorch/pytorch/issues/130249
"libs/partners/voyageai",
"libs/partners/chroma", # https://github.com/chroma-core/chroma/issues/4382
]

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,<=1.0.6",
]
name = "langchain-chroma"
version = "0.2.3"

File diff suppressed because it is too large Load Diff