fix(python): preserve search query builder types

This commit is contained in:
Gatefixer
2026-08-05 18:10:46 +00:00
parent c7ea91f3ea
commit 5df01b96f4
3 changed files with 176 additions and 4 deletions
+1
View File
@@ -140,6 +140,7 @@ include = [
"python/lancedb/remote/errors.py",
"python/lancedb/embeddings/__init__.py",
"python/lancedb/_lancedb.pyi",
"python/typing_tests/table_search.py",
]
exclude = ["python/tests/"]
pythonVersion = "3.13"