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" }
requires-python = ">=3.9"
dependencies = [
"langchain-core>=0.3.70",
"langchain-core>=0.3.76",
"numpy>=1.26.0; python_version < '3.13'",
"numpy>=2.1.0; python_version >= '3.13'",
"chromadb>=1.0.9",
"chromadb>=1.0.20",
]
name = "langchain-chroma"
version = "0.2.5"
version = "0.2.6"
description = "An integration package connecting Chroma and LangChain."
readme = "README.md"
@@ -135,4 +135,4 @@ convention = "google"
"S101", # Tests need assertions
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes
"SLF001", # Private member access in tests
]
]

File diff suppressed because it is too large Load Diff