Skip to content

Commit 917b03d

Browse files
1 parent 7007e02 commit 917b03d

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "datafusion-python"
20-
version = "42.0.0"
20+
version = "42.1.0"
2121
homepage = "https://datafusion.apache.org/python"
2222
repository = "https://github.com/apache/datafusion-python"
2323
authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
@@ -37,9 +37,9 @@ substrait = ["dep:datafusion-substrait"]
3737
tokio = { version = "1.39", features = ["macros", "rt", "rt-multi-thread", "sync"] }
3838
pyo3 = { version = "0.22", features = ["extension-module", "abi3", "abi3-py38"] }
3939
arrow = { version = "53", features = ["pyarrow"] }
40-
datafusion = { version = "42.0.0", features = ["pyarrow", "avro", "unicode_expressions"] }
41-
datafusion-substrait = { version = "42.0.0", optional = true }
42-
datafusion-proto = { version = "42.0.0" }
40+
datafusion = { version = "42.1.0", features = ["pyarrow", "avro", "unicode_expressions"] }
41+
datafusion-substrait = { version = "42.1.0", optional = true }
42+
datafusion-proto = { version = "42.1.0" }
4343
prost = "0.13" # keep in line with `datafusion-substrait`
4444
uuid = { version = "1.11", features = ["v4"] }
4545
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }

0 commit comments

Comments
 (0)