From 80a29d979751d1c88245919cb0d5c0300ab3b188 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Thu, 9 Oct 2025 14:31:58 -0700 Subject: [PATCH] fix: add chromadb and qdrant-client back to test dependency group Integration tests need these dependencies even though unit tests don't. --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fed424003..df441e317 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,6 +115,8 @@ test = [ "sqlalchemy", "sqlalchemy[asyncio]>=2.0.41", "requests", + "chromadb>=1.0.15", + "qdrant-client", "pymilvus>=2.6.1", "milvus-lite>=2.5.0", "weaviate-client>=4.16.4",