feat(python): add update query support for Python (#654)

Closes #69

Will not pass until https://github.com/lancedb/lance/pull/1585 is
released
This commit is contained in:
Will Jones
2023-12-14 11:28:32 -08:00
committed by GitHub
parent 098e397cf0
commit d087e7891d
4 changed files with 149 additions and 29 deletions

View File

@@ -3,10 +3,10 @@ name = "lancedb"
version = "0.3.4"
dependencies = [
"deprecation",
"pylance==0.8.17",
"pylance==0.8.21",
"ratelimiter~=1.0",
"retry>=0.9.2",
"tqdm>=4.1.0",
"tqdm>=4.27.0",
"aiohttp",
"pydantic>=1.10",
"attrs>=21.3.0",