chroma: release 0.2.4 (#31252)

This commit is contained in:
ccurme
2025-05-15 15:58:29 -04:00
committed by GitHub
parent aa4890c136
commit 6bbc12b7f7
2 changed files with 4 additions and 5 deletions

View File

@@ -7,13 +7,13 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"langchain-core>=0.3.52",
"langchain-core>=0.3.60",
"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.3"
version = "0.2.4"
description = "An integration package connecting Chroma and LangChain."
readme = "README.md"