Skip to content

Commit a3d395f

Browse files
authored
chore: update python dependencies (#1197)
1 parent 36af974 commit a3d395f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

python/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ publish = false
3030

3131
[dependencies]
3232
async-trait = "0.1.77"
33-
ballista = { version = "43.0.0" }
34-
ballista-core = { version = "43.0.0" }
35-
ballista-executor = { version = "43.0.0", default-features = false }
36-
ballista-scheduler = { version = "43.0.0", default-features = false }
37-
datafusion = { version = "43", features = ["pyarrow", "avro"] }
38-
datafusion-proto = { version = "43" }
39-
datafusion-python = { version = "43" }
33+
ballista = { version = "44.0.0" }
34+
ballista-core = { version = "44.0.0" }
35+
ballista-executor = { version = "44.0.0", default-features = false }
36+
ballista-scheduler = { version = "44.0.0", default-features = false }
37+
datafusion = { version = "44", features = ["pyarrow", "avro"] }
38+
datafusion-proto = { version = "44" }
39+
datafusion-python = { version = "44" }
4040

4141
pyo3 = { version = "0.22", features = ["extension-module", "abi3", "abi3-py38"] }
4242
pyo3-log = "0.11"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ name = "ballista"
2424
description = "Python client for Apache Arrow Ballista Distributed SQL Query Engine"
2525
readme = "README.md"
2626
license = {file = "LICENSE.txt"}
27-
requires-python = ">=3.7"
27+
requires-python = ">=3.9"
2828
keywords = ["ballista", "sql", "rust", "distributed"]
2929
classifier = [
3030
"Development Status :: 2 - Pre-Alpha",

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
datafusion==43.1.0
1+
datafusion==44.0.0
22
pyarrow
33
pytest
44
maturin==1.5.1

0 commit comments

Comments
 (0)