From 3122c67e55446ba0efca9c5e30f7697d24c67007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 21:22:34 +0000 Subject: [PATCH] build(deps): update sqlite-vec requirement from >=0.1.0 to >=0.1.9 Updates the requirements on [sqlite-vec](https://TODO.com) to permit the latest version. --- updated-dependencies: - dependency-name: sqlite-vec dependency-version: 0.1.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9c7c5a3..f79dd104 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ pyyaml>=6.0 python-dotenv surrealdb>=1.0.0 cocoindex>=0.3.36,<1.0.0 # v1.0 alpha breaks flow API (op, flow_def, sources) -sqlite-vec>=0.1.0 +sqlite-vec>=0.1.9 sentence-transformers>=2.6.0 # cocoindex-code removed — unused, and it pins cocoindex==1.0.0a38 (alpha) which breaks the v0.3 flow API pytest>=8.0.0