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
This commit is contained in:
Yiorgis Gozadinos 2026-08-31 18:30:21 +03:00
parent 6042493c67
commit bae58a0124
No known key found for this signature in database

View file

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