release(chroma): 0.2.6 (#32901)

This commit is contained in:
Mason Daugherty
2025-09-11 15:52:19 -04:00
committed by GitHub
parent 5fd7962a78
commit bd765753ca
2 changed files with 2191 additions and 1689 deletions

View File

@@ -7,13 +7,13 @@ authors = []
license = { text = "MIT" } license = { text = "MIT" }
requires-python = ">=3.9" requires-python = ">=3.9"
dependencies = [ dependencies = [
"langchain-core>=0.3.70", "langchain-core>=0.3.76",
"numpy>=1.26.0; python_version < '3.13'", "numpy>=1.26.0; python_version < '3.13'",
"numpy>=2.1.0; python_version >= '3.13'", "numpy>=2.1.0; python_version >= '3.13'",
"chromadb>=1.0.9", "chromadb>=1.0.20",
] ]
name = "langchain-chroma" name = "langchain-chroma"
version = "0.2.5" version = "0.2.6"
description = "An integration package connecting Chroma and LangChain." description = "An integration package connecting Chroma and LangChain."
readme = "README.md" readme = "README.md"

File diff suppressed because it is too large Load Diff