chroma: release 0.2.3 (#30860)

This commit is contained in:
Sydney Runkle
2025-04-15 14:11:23 -04:00
committed by GitHub
parent 8e9569cbc8
commit cf2697ec53
2 changed files with 8 additions and 7 deletions

View File

@@ -7,13 +7,13 @@ authors = []
license = { text = "MIT" }
requires-python = "<4,>=3.9"
dependencies = [
"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",
"langchain-core>=0.3.52",
"numpy>=1.26.0; python_version < '3.13'",
"numpy>=2.1.0; python_version >= '3.13'",
"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",
]
name = "langchain-chroma"
version = "0.2.2"
version = "0.2.3"
description = "An integration package connecting Chroma and LangChain"
readme = "README.md"