release(chroma): 1.1 (#34316)

This commit is contained in:
ccurme
2025-12-12 11:20:47 -05:00
committed by GitHub
parent be32382d92
commit bc232e6d03
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -764,7 +764,7 @@ wheels = [
[[package]]
name = "langchain-chroma"
version = "1.0.0"
version = "1.1.0"
source = { editable = "." }
dependencies = [
{ name = "chromadb" },