mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-02 03:15:11 +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" }
|
license = { text = "MIT" }
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"langchain-core>=0.3.52",
|
"langchain-core>=0.3.60",
|
||||||
"numpy>=1.26.0; python_version < '3.13'",
|
"numpy>=1.26.0; python_version < '3.13'",
|
||||||
"numpy>=2.1.0; python_version >= '3.13'",
|
"numpy>=2.1.0; python_version >= '3.13'",
|
||||||
"chromadb>=1.0.9",
|
"chromadb>=1.0.9",
|
||||||
]
|
]
|
||||||
name = "langchain-chroma"
|
name = "langchain-chroma"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
description = "An integration package connecting Chroma and LangChain."
|
description = "An integration package connecting Chroma and LangChain."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
version = 1
|
version = 1
|
||||||
revision = 1
|
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
resolution-markers = [
|
resolution-markers = [
|
||||||
"python_full_version >= '3.13'",
|
"python_full_version >= '3.13'",
|
||||||
@ -744,7 +743,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-chroma"
|
name = "langchain-chroma"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "chromadb" },
|
{ name = "chromadb" },
|
||||||
@ -822,7 +821,7 @@ typing = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.3.59"
|
version = "0.3.60"
|
||||||
source = { editable = "../../core" }
|
source = { editable = "../../core" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "jsonpatch" },
|
{ name = "jsonpatch" },
|
||||||
|
Loading…
Reference in New Issue
Block a user