This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git


The following commit(s) were added to refs/heads/main by this push:
     new a3d395f9 chore: update python dependencies (#1197)
a3d395f9 is described below

commit a3d395f98f3b371ca70abc784349ee13c0105d02
Author: Marko Milenković <[email protected]>
AuthorDate: Mon Mar 17 21:04:19 2025 +0000

    chore: update python dependencies (#1197)
---
 python/Cargo.toml       | 14 +++++++-------
 python/pyproject.toml   |  2 +-
 python/requirements.txt |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/python/Cargo.toml b/python/Cargo.toml
index c32e6fb6..921db5ce 100644
--- a/python/Cargo.toml
+++ b/python/Cargo.toml
@@ -30,13 +30,13 @@ publish = false
 
 [dependencies]
 async-trait = "0.1.77"
-ballista = { version = "43.0.0" }
-ballista-core = { version = "43.0.0" }
-ballista-executor = { version = "43.0.0", default-features = false }
-ballista-scheduler = { version = "43.0.0", default-features = false }
-datafusion = { version = "43", features = ["pyarrow", "avro"] }
-datafusion-proto = { version = "43" }
-datafusion-python = { version = "43" }
+ballista = { version = "44.0.0" }
+ballista-core = { version = "44.0.0" }
+ballista-executor = { version = "44.0.0", default-features = false }
+ballista-scheduler = { version = "44.0.0", default-features = false }
+datafusion = { version = "44", features = ["pyarrow", "avro"] }
+datafusion-proto = { version = "44" }
+datafusion-python = { version = "44" }
 
 pyo3 = { version = "0.22", features = ["extension-module", "abi3", 
"abi3-py38"] }
 pyo3-log = "0.11"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index e230f364..505d1292 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -24,7 +24,7 @@ name = "ballista"
 description = "Python client for Apache Arrow Ballista Distributed SQL Query 
Engine"
 readme = "README.md"
 license = {file = "LICENSE.txt"}
-requires-python = ">=3.7"
+requires-python = ">=3.9"
 keywords = ["ballista", "sql", "rust", "distributed"]
 classifier = [
     "Development Status :: 2 - Pre-Alpha",
diff --git a/python/requirements.txt b/python/requirements.txt
index 7c9ce71e..865fd521 100644
--- a/python/requirements.txt
+++ b/python/requirements.txt
@@ -1,4 +1,4 @@
-datafusion==43.1.0
+datafusion==44.0.0
 pyarrow
 pytest
 maturin==1.5.1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to