release(chroma): 1.0.0 (#33569)

This commit is contained in:
Mason Daugherty
2025-10-17 11:16:24 -04:00
committed by GitHub
parent 2b899fe961
commit f1fca4f46f
2 changed files with 5 additions and 5 deletions

View File

@@ -7,13 +7,13 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.0.0a7,<2.0.0",
"langchain-core>=1.0.0,<2.0.0",
"numpy>=1.26.0; python_version < '3.13'",
"numpy>=2.1.0; python_version >= '3.13'",
"chromadb>=1.0.20,<2.0.0",
]
name = "langchain-chroma"
version = "1.0.0a1"
version = "1.0.0"
description = "An integration package connecting Chroma and LangChain."
readme = "README.md"