chore: bump lance version (#1185)

Bump lance version to `0.10.7`
This commit is contained in:
Lei Xu
2024-04-03 14:46:05 -07:00
committed by GitHub
parent 2579f29a92
commit 7b954c7e3e
2 changed files with 6 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ name = "lancedb"
version = "0.6.6"
dependencies = [
"deprecation",
"pylance==0.10.6",
"pylance==0.10.7",
"ratelimiter~=1.0",
"retry>=0.9.2",
"tqdm>=4.27.0",
@@ -41,6 +41,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
]