mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-01 10:54:15 +00:00
chroma: release 0.2.4 (#31252)
This commit is contained in:
parent
aa4890c136
commit
6bbc12b7f7
@ -7,13 +7,13 @@ authors = []
|
||||
license = { text = "MIT" }
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"langchain-core>=0.3.52",
|
||||
"langchain-core>=0.3.60",
|
||||
"numpy>=1.26.0; python_version < '3.13'",
|
||||
"numpy>=2.1.0; python_version >= '3.13'",
|
||||
"chromadb>=1.0.9",
|
||||
]
|
||||
name = "langchain-chroma"
|
||||
version = "0.2.3"
|
||||
version = "0.2.4"
|
||||
description = "An integration package connecting Chroma and LangChain."
|
||||
readme = "README.md"
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
version = 1
|
||||
revision = 1
|
||||
requires-python = ">=3.9"
|
||||
resolution-markers = [
|
||||
"python_full_version >= '3.13'",
|
||||
@ -744,7 +743,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-chroma"
|
||||
version = "0.2.3"
|
||||
version = "0.2.4"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "chromadb" },
|
||||
@ -822,7 +821,7 @@ typing = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-core"
|
||||
version = "0.3.59"
|
||||
version = "0.3.60"
|
||||
source = { editable = "../../core" }
|
||||
dependencies = [
|
||||
{ name = "jsonpatch" },
|
||||
|
Loading…
Reference in New Issue
Block a user