feat: add support for filter during merge insert when matched (#948)

Closes #940
This commit is contained in:
Weston Pace
2024-02-09 10:26:14 -08:00
parent 069ad267bd
commit 41ccb48160
12 changed files with 150 additions and 51 deletions

View File

@@ -3,7 +3,7 @@ name = "lancedb"
version = "0.5.3"
dependencies = [
"deprecation",
"pylance==0.9.12",
"pylance==0.9.14",
"ratelimiter~=1.0",
"retry>=0.9.2",
"tqdm>=4.27.0",