From fa7fe1d51fe32616db88425c6de77f226d60edb8 Mon Sep 17 00:00:00 2001 From: Legion345 Date: Fri, 10 Apr 2026 19:16:54 -0700 Subject: [PATCH] chromadb at <2 to guard against breaking changes in future major versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c57214..6ae42a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Topic :: Utilities", ] dependencies = [ - "chromadb>=1.5.4", + "chromadb>=1.5.4,<2", "pyyaml>=6.0,<7", ]