diff --git a/integrations/chroma/pyproject.toml b/integrations/chroma/pyproject.toml index 234c51d3de..0eb15525cf 100644 --- a/integrations/chroma/pyproject.toml +++ b/integrations/chroma/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "haystack-ai>=2.28.0", + "haystack-ai>=2.29.0", "chromadb>=1.5.4" ]