From 5dad7e29bd72a95a490831c641f0c544de39c582 Mon Sep 17 00:00:00 2001 From: Chang She Date: Thu, 14 Sep 2023 14:26:03 -0400 Subject: [PATCH] chore: bump pylance version to v0.7.5 --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 156c1e16..13470494 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -2,7 +2,7 @@ name = "lancedb" version = "0.2.2" dependencies = [ - "pylance==0.7.3", + "pylance==0.7.4", "ratelimiter", "retry", "tqdm",