chroma: release 0.2.4 (#31252)

This commit is contained in:
ccurme 2025-05-15 15:58:29 -04:00 committed by GitHub
parent aa4890c136
commit 6bbc12b7f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View File

@ -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"

View File

@ -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" },