Skip to content

Commit 5ed65ae

Browse files
committed
Update pyo3, remove unused dep
1 parent 8a3e68e commit 5ed65ae

File tree

2 files changed

+19
-22
lines changed

2 files changed

+19
-22
lines changed

Cargo.lock

Lines changed: 17 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ substrait = ["dep:datafusion-substrait"]
3535

3636
[dependencies]
3737
tokio = { version = "1.43", features = ["macros", "rt", "rt-multi-thread", "sync"] }
38-
pyo3 = { version = "0.24.1", features = ["extension-module", "abi3", "abi3-py39"] }
38+
pyo3 = { version = "0.24.2", features = ["extension-module", "abi3", "abi3-py39"] }
3939
pyo3-async-runtimes = { version = "0.24.0", features = ["tokio-runtime"]}
4040
arrow = { version = "55.0.0", features = ["pyarrow"] }
4141
datafusion = { git = "https://github.com/timsaucer/datafusion", rev = "e4d5846dddefed5bf6934acc63da7f4bd4644868", features = ["avro", "unicode_expressions"] }
@@ -51,8 +51,7 @@ object_store = { version = "0.12.0", features = ["aws", "gcp", "azure", "http"]
5151
url = "2"
5252

5353
[build-dependencies]
54-
prost-types = "0.13.1" # keep in line with `datafusion-substrait`
55-
pyo3-build-config = "0.24.1"
54+
pyo3-build-config = "0.24.2"
5655

5756
[lib]
5857
name = "datafusion_python"

0 commit comments

Comments
 (0)