release(chroma): 0.2.5 (#32183)

This commit is contained in:
ccurme
2025-07-22 16:24:03 -03:00
committed by GitHub
parent 09769373b3
commit e41e6ec6aa
2 changed files with 5 additions and 5 deletions

View File

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