From 5dd367275bff2291fec7de62244b6e114732a50a Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sun, 2 Feb 2025 18:59:19 -0800 Subject: [PATCH] back to 43 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e4e2dc9e..86ed7ec75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1318,7 +1318,7 @@ dependencies = [ [[package]] name = "datafusion-python" -version = "45.0.0" +version = "43.0.0" dependencies = [ "arrow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7d992a07c..325627994 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "datafusion-python" -version = "45.0.0" +version = "43.0.0" homepage = "https://datafusion.apache.org/python" repository = "https://github.com/apache/datafusion-python" authors = ["Apache DataFusion "]