chore: pin pylance test dependency to 9.0.0

The tests extra pinned 9.0.0rc1 because 9.0.0 had not been released yet.
It now resolves from PyPI instead of the preview index.
This commit is contained in:
Will Jones
2026-07-24 12:26:31 -07:00
parent 9b42f0a8bc
commit de5ca64037
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ tests = [
"polars>=0.19, <=1.3.0",
"pyarrow<25",
"pyarrow-stubs>=16.0",
"pylance==9.0.0rc1",
"pylance==9.0.0",
"requests>=2.31.0",
"datafusion>=54,<55",
"opentelemetry-sdk>=1.30.0",