From 84bf022fb1b92b9adb805c7b95aa728aacd530b3 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Fri, 27 Feb 2026 13:34:05 -0800 Subject: [PATCH] fix(python): pin pylance to make datafusion table provider match version (#3080) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index c8e0e8a5f..4a6b6142f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -59,7 +59,7 @@ tests = [ "polars>=0.19, <=1.3.0", "tantivy", "pyarrow-stubs", - "pylance>=1.0.0b14", + "pylance>=1.0.0b14,<3.0.0", "requests", "datafusion<52", ]