From 9d115bd5074977dfc5de9e5c28c26bc6adb3385d Mon Sep 17 00:00:00 2001 From: Weston Pace Date: Fri, 2 Feb 2024 13:32:12 -0800 Subject: [PATCH] chore: bump pylance version to latest in pyproject.toml (#918) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index cbc169ba..1a9496f4 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -3,7 +3,7 @@ name = "lancedb" version = "0.5.1" dependencies = [ "deprecation", - "pylance==0.9.11", + "pylance==0.9.12", "ratelimiter~=1.0", "retry>=0.9.2", "tqdm>=4.27.0",