Skip to content

Commit bf357ab

Browse files
committed
release(chroma): 0.2.6
1 parent 255ad31 commit bf357ab

File tree

2 files changed

+2224
-1722
lines changed

2 files changed

+2224
-1722
lines changed

libs/partners/chroma/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.9"
99
dependencies = [
10-
"langchain-core>=0.3.70",
10+
"langchain-core>=0.3.76",
1111
"numpy>=1.26.0; python_version < '3.13'",
1212
"numpy>=2.1.0; python_version >= '3.13'",
13-
"chromadb>=1.0.9",
13+
"chromadb>=1.0.20",
1414
]
1515
name = "langchain-chroma"
16-
version = "0.2.5"
16+
version = "0.2.6"
1717
description = "An integration package connecting Chroma and LangChain."
1818
readme = "README.md"
1919

@@ -135,4 +135,4 @@ convention = "google"
135135
"S101", # Tests need assertions
136136
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes
137137
"SLF001", # Private member access in tests
138-
]
138+
]

0 commit comments

Comments
 (0)