From efbe7a7a919e9e25ee071c08525ba30cc9aab2e9 Mon Sep 17 00:00:00 2001 From: ZanSara Date: Tue, 30 Jan 2024 13:42:07 +0100 Subject: [PATCH] Add typing_extensions pin --- integrations/chroma/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/chroma/pyproject.toml b/integrations/chroma/pyproject.toml index ce4641611..2653c491f 100644 --- a/integrations/chroma/pyproject.toml +++ b/integrations/chroma/pyproject.toml @@ -25,6 +25,7 @@ classifiers = [ dependencies = [ "haystack-ai", "chromadb<0.4.20", # FIXME: investigate why filtering tests broke on 0.4.20 + "typing_extensions>=4.8.0", ] [project.urls]