From a070e2459b36b99f92ca133cb801eeff4eba3058 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 06:51:04 +0000 Subject: [PATCH] chore: version pylance 9.0.1+exa.4 Co-Authored-By: Jan van der Vegt --- python/Cargo.lock | 2 +- python/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/Cargo.lock b/python/Cargo.lock index c26edd34f06..525aab2bbc4 100644 --- a/python/Cargo.lock +++ b/python/Cargo.lock @@ -6038,7 +6038,7 @@ dependencies = [ [[package]] name = "pylance" -version = "9.0.1+exa.3" +version = "9.0.1+exa.4" dependencies = [ "alloc-stdlib", "arrow", diff --git a/python/Cargo.toml b/python/Cargo.toml index 5bf099ce8fb..a727a09ab0b 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pylance" -version = "9.0.1+exa.3" +version = "9.0.1+exa.4" edition = "2024" authors = ["Lance Devs "] license = "Apache-2.0"