diff --git a/integrations/chroma/pyproject.toml b/integrations/chroma/pyproject.toml index 671cb9d0f..fdabcf245 100644 --- a/integrations/chroma/pyproject.toml +++ b/integrations/chroma/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "haystack-ai", - "chromadb", + "chromadb<0.4.20", # FIXME: investigate why filtering tests broke on 0.4.20 ] [project.urls]