From 80e4d14c02878e1110795926e3a7d2835770f358 Mon Sep 17 00:00:00 2001 From: Lei Xu Date: Thu, 22 Feb 2024 11:47:36 -0800 Subject: [PATCH] chore: bump pylance to 0.9.18 (#1011) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 64dbf773..64e74c9f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -3,7 +3,7 @@ name = "lancedb" version = "0.5.6" dependencies = [ "deprecation", - "pylance==0.9.16", + "pylance==0.9.18", "ratelimiter~=1.0", "retry>=0.9.2", "tqdm>=4.27.0",