Skip to content

Commit e5a0e9e

Browse files
alambLiam Brannigan
authored andcommitted
chore: update arrow/parquet and py03
Signed-off-by: Andrew Lamb <[email protected]> Signed-off-by: Liam Brannigan <[email protected]>
1 parent 68238dc commit e5a0e9e

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ delta_kernel = { version = "=0.6.0", features = ["default-engine"] }
3030
#delta_kernel = { path = "../delta-kernel-rs/kernel", features = ["sync-engine"] }
3131

3232
# arrow
33-
arrow = { version = "53" }
34-
arrow-arith = { version = "53" }
35-
arrow-array = { version = "53", features = ["chrono-tz"] }
36-
arrow-buffer = { version = "53" }
37-
arrow-cast = { version = "53" }
38-
arrow-ipc = { version = "53" }
39-
arrow-json = { version = "53" }
40-
arrow-ord = { version = "53" }
41-
arrow-row = { version = "53" }
42-
arrow-schema = { version = "53" }
43-
arrow-select = { version = "53" }
33+
arrow = { version = "54" }
34+
arrow-arith = { version = "54" }
35+
arrow-array = { version = "54", features = ["chrono-tz"] }
36+
arrow-buffer = { version = "54" }
37+
arrow-cast = { version = "54" }
38+
arrow-ipc = { version = "54" }
39+
arrow-json = { version = "54" }
40+
arrow-ord = { version = "54" }
41+
arrow-row = { version = "54" }
42+
arrow-schema = { version = "54" }
43+
arrow-select = { version = "54" }
4444
object_store = { version = "0.11.2" , features = ["cloud"]}
45-
parquet = { version = "53" }
45+
parquet = { version = "54" }
4646

4747
# datafusion
4848
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }

python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jemallocator = { version = "0.5", features = ["disable_initial_exec_tls", "backg
6060
jemallocator = { version = "0.5", features = ["disable_initial_exec_tls"] }
6161

6262
[dependencies.pyo3]
63-
version = "0.22.6"
64-
features = ["extension-module", "abi3", "abi3-py39", "gil-refs"]
63+
version = "0.23.4"
64+
features = ["extension-module", "abi3", "abi3-py39"]
6565

6666
[dependencies.deltalake]
6767
path = "../crates/deltalake"

0 commit comments

Comments
 (0)