diff --git a/integrations/chroma/pyproject.toml b/integrations/chroma/pyproject.toml index f4cf6ecc2..0544eff28 100644 --- a/integrations/chroma/pyproject.toml +++ b/integrations/chroma/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ "haystack-ai", - "chromadb", + "chromadb>=0.5.0", "typing_extensions>=4.8.0" ]