mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-14 05:56:40 +00:00
release(chroma): 0.2.6 (#32901)
This commit is contained in:
@@ -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
|
||||
]
|
||||
]
|
||||
|
3872
libs/partners/chroma/uv.lock
generated
3872
libs/partners/chroma/uv.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user