fix(python): pin pylance to make datafusion table provider match version (#3080)

This commit is contained in:
Will Jones
2026-02-27 13:34:05 -08:00
committed by GitHub
parent 310967eceb
commit 84bf022fb1

View File

@@ -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",
]