File tree Expand file tree Collapse file tree 2 files changed +2224
-1722
lines changed Expand file tree Collapse file tree 2 files changed +2224
-1722
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ authors = []
7
7
license = { text = " MIT" }
8
8
requires-python = " >=3.9"
9
9
dependencies = [
10
- " langchain-core>=0.3.70 " ,
10
+ " langchain-core>=0.3.76 " ,
11
11
" numpy>=1.26.0; python_version < '3.13'" ,
12
12
" numpy>=2.1.0; python_version >= '3.13'" ,
13
- " chromadb>=1.0.9 " ,
13
+ " chromadb>=1.0.20 " ,
14
14
]
15
15
name = " langchain-chroma"
16
- version = " 0.2.5 "
16
+ version = " 0.2.6 "
17
17
description = " An integration package connecting Chroma and LangChain."
18
18
readme = " README.md"
19
19
@@ -135,4 +135,4 @@ convention = "google"
135
135
" S101" , # Tests need assertions
136
136
" S311" , # Standard pseudo-random generators are not suitable for cryptographic purposes
137
137
" SLF001" , # Private member access in tests
138
- ]
138
+ ]
You can’t perform that action at this time.
0 commit comments