feat: upgrade Lance to v0.18.2 (#1737)

Includes changes from v0.18.1 and v0.18.2:

* [v0.18.1 change
log](https://github.com/lancedb/lance/releases/tag/v0.18.1)
* [v0.18.2 change
log](https://github.com/lancedb/lance/releases/tag/v0.18.2)

Closes #1656
Closes #1615
Closes #1661
This commit is contained in:
Will Jones
2024-10-09 10:46:46 -07:00
committed by GitHub
parent f3b6a1f55b
commit 5f9d8509b3
2 changed files with 10 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ name = "lancedb"
# version in Cargo.toml
dependencies = [
"deprecation",
"pylance==0.18.0",
"pylance==0.18.2",
"requests>=2.31.0",
"retry>=0.9.2",
"tqdm>=4.27.0",