Skip to content

Commit 927325e

Browse files
authored
fix: Make chroma backwards compatible (#1619)
* Make chroma backwards compatible * Bump required chroma version
1 parent 6aec38e commit 927325e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/chroma/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: Implementation :: CPython",
2424
"Programming Language :: Python :: Implementation :: PyPy",
2525
]
26-
dependencies = ["haystack-ai>=2.11.0", "chromadb>=0.6.0"]
26+
dependencies = ["haystack-ai>=2.11.0", "chromadb>=1.0.0"]
2727

2828
[project.urls]
2929
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/chroma#readme"

0 commit comments

Comments
 (0)