mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 10:52:56 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user