Bump lance version to 0.5.7 (#311)

This commit is contained in:
Lei Xu
2023-07-14 17:17:31 -07:00
committed by GitHub
parent aecc5fc42b
commit c62e4ca1eb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "lancedb"
version = "0.1.10"
dependencies = ["pylance~=0.5.0", "ratelimiter", "retry", "tqdm", "aiohttp", "pydantic>=2", "attr"]
dependencies = ["pylance~=0.5.7", "ratelimiter", "retry", "tqdm", "aiohttp", "pydantic>=2", "attr"]
description = "lancedb"
authors = [
{ name = "LanceDB Devs", email = "dev@lancedb.com" },