fix: add chromadb and qdrant-client back to test dependency group

Integration tests need these dependencies even though unit tests don't.
This commit is contained in:
Ashwin Bharambe 2025-10-09 14:31:58 -07:00
parent 33e380ffeb
commit 80a29d9797

View file

@ -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",