From e4f64fca7b0eff9bac208d563f1b336194011b69 Mon Sep 17 00:00:00 2001 From: gsilvestrin Date: Mon, 12 Jun 2023 14:54:20 -0700 Subject: [PATCH] Bump pylance 0.4.17 -> 0.4.20 (#173) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 54cdb419..988d4ec8 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "lancedb" version = "0.1.7" -dependencies = ["pylance>=0.4.17", "ratelimiter", "retry", "tqdm"] +dependencies = ["pylance>=0.4.20", "ratelimiter", "retry", "tqdm"] description = "lancedb" authors = [ { name = "LanceDB Devs", email = "dev@lancedb.com" },