From bae58a012422bf9b1454d8959a5ae42041525230 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Mon, 31 Aug 2026 18:30:21 +0300 Subject: [PATCH] PROBE ONLY, NEVER MERGE: pin lancedb 0.38.0 Changes only the pin, so a comparison against 0.34 isolates the version from the detection, prevention and repair work on fix/fts-index-coverage. Exists to answer whether the fusion grid carries across the bump. Every arm is a deterministic function of the per-source candidate lists, so if those lists match at 0.34 and 0.38 the whole grid carries across by construction. Claude-Session: https://claude.ai/code/session_01WhudUtZm6qqiuv8Y1sbwSc --- haiku_rag_slim/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haiku_rag_slim/pyproject.toml b/haiku_rag_slim/pyproject.toml index 9f883005..d681f2eb 100644 --- a/haiku_rag_slim/pyproject.toml +++ b/haiku_rag_slim/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "httpx>=0.28.1", "jinja2>=3.1.0", "fastmcp>=3.3.0", - "lancedb==0.34.0", + "lancedb==0.38.0", "pathspec>=1.0.4", "pydantic>=2.12.5", "pydantic-ai-slim[openai,logfire,ag-ui]>=2.18.0,<3.0.0",