From 21c3b4a816de09164d044b2fa1b3edcf80f4f77b Mon Sep 17 00:00:00 2001 From: anakin87 Date: Mon, 9 Dec 2024 09:27:35 +0100 Subject: [PATCH] chroma: unpin tokenizers --- integrations/chroma/pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/integrations/chroma/pyproject.toml b/integrations/chroma/pyproject.toml index c91cc6cb0..40bc9a2b3 100644 --- a/integrations/chroma/pyproject.toml +++ b/integrations/chroma/pyproject.toml @@ -25,9 +25,8 @@ classifiers = [ dependencies = [ "haystack-ai", "chromadb>=0.5.17", - "typing_extensions>=4.8.0", - "tokenizers>=0.13.2,<=0.20.3" # TODO: remove when Chroma pins tokenizers internally -] + "typing_extensions>=4.8.0" + ] [project.urls] Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/chroma#readme"