Skip to content

Commit cf2697e

Browse files
chroma: release 0.2.3 (#30860)
1 parent 8e9569c commit cf2697e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

libs/partners/chroma/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = "<4,>=3.9"
99
dependencies = [
10-
"langchain-core!=0.3.0,!=0.3.1,!=0.3.10,!=0.3.11,!=0.3.12,!=0.3.13,!=0.3.14,!=0.3.2,!=0.3.3,!=0.3.4,!=0.3.5,!=0.3.6,!=0.3.7,!=0.3.8,!=0.3.9,<0.4.0,>=0.2.43",
10+
"langchain-core>=0.3.52",
1111
"numpy>=1.26.0; python_version < '3.13'",
1212
"numpy>=2.1.0; python_version >= '3.13'",
1313
"chromadb!=0.5.10,!=0.5.11,!=0.5.12,!=0.5.4,!=0.5.5,!=0.5.7,!=0.5.9,<0.7.0,>=0.4.0",
1414
]
1515
name = "langchain-chroma"
16-
version = "0.2.2"
16+
version = "0.2.3"
1717
description = "An integration package connecting Chroma and LangChain"
1818
readme = "README.md"
1919

libs/partners/chroma/uv.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)