@@ -32,24 +32,24 @@ resolver = "3"
3232
3333[workspace .dependencies ]
3434tokio = { version = " 1.52" }
35- pyo3 = { version = " 0.28 " }
36- pyo3-async-runtimes = { version = " 0.28 " }
35+ pyo3 = { version = " 0.29 " }
36+ pyo3-async-runtimes = { version = " 0.29 " }
3737pyo3-log = " 0.13.3"
3838chrono = { version = " 0.4" , default-features = false }
39- arrow = { version = " 58 " }
40- arrow-array = { version = " 58 " }
41- arrow-schema = { version = " 58 " }
42- arrow-select = { version = " 58 " }
43- datafusion = { version = " 54" }
44- datafusion-substrait = { version = " 54" }
45- datafusion-proto = { version = " 54" }
46- datafusion-ffi = { version = " 54" }
47- datafusion-catalog = { version = " 54" , default-features = false }
48- datafusion-common = { version = " 54" , default-features = false }
49- datafusion-functions-aggregate = { version = " 54" }
50- datafusion-functions-window = { version = " 54" }
51- datafusion-spark = { version = " 54" }
52- datafusion-expr = { version = " 54" }
39+ arrow = { version = " 59 " }
40+ arrow-array = { version = " 59 " }
41+ arrow-schema = { version = " 59 " }
42+ arrow-select = { version = " 59 " }
43+ datafusion = { version = " 54.1.0 " }
44+ datafusion-substrait = { version = " 54.1.0 " }
45+ datafusion-proto = { version = " 54.1.0 " }
46+ datafusion-ffi = { version = " 54.1.0 " }
47+ datafusion-catalog = { version = " 54.1.0 " , default-features = false }
48+ datafusion-common = { version = " 54.1.0 " , default-features = false }
49+ datafusion-functions-aggregate = { version = " 54.1.0 " }
50+ datafusion-functions-window = { version = " 54.1.0 " }
51+ datafusion-spark = { version = " 54.1.0 " }
52+ datafusion-expr = { version = " 54.1.0 " }
5353prost = " 0.14.3"
5454serde_json = " 1"
5555uuid = { version = " 1.23" }
@@ -62,7 +62,7 @@ url = "2"
6262log = " 0.4.29"
6363parking_lot = " 0.12"
6464prost-types = " 0.14.3" # keep in line with `datafusion-substrait`
65- pyo3-build-config = " 0.28 "
65+ pyo3-build-config = " 0.29 "
6666datafusion-python-util = { path = " crates/util" , version = " 54.0.0" }
6767
6868[profile .release ]
@@ -72,3 +72,13 @@ codegen-units = 2
7272# We cannot publish to crates.io with any patches in the below section. Developers
7373# must remove any entries in this section before creating a release candidate.
7474[patch .crates-io ]
75+ datafusion = { git = " https://github.com/apache/datafusion" , rev = " dbcb5c0f729e9ef6b0ab4c79253fe3b657929f48" }
76+ datafusion-substrait = { git = " https://github.com/apache/datafusion" , rev = " dbcb5c0f729e9ef6b0ab4c79253fe3b657929f48" }
77+ datafusion-proto = { git = " https://github.com/apache/datafusion" , rev = " dbcb5c0f729e9ef6b0ab4c79253fe3b657929f48" }
78+ datafusion-ffi = { git = " https://github.com/apache/datafusion" , rev = " dbcb5c0f729e9ef6b0ab4c79253fe3b657929f48" }
79+ datafusion-catalog = { git = " https://github.com/apache/datafusion" , rev = " dbcb5c0f729e9ef6b0ab4c79253fe3b657929f48" }
80+ datafusion-common = { git = " https://github.com/apache/datafusion" , rev = " dbcb5c0f729e9ef6b0ab4c79253fe3b657929f48" }
81+ datafusion-functions-aggregate = { git = " https://github.com/apache/datafusion" , rev = " dbcb5c0f729e9ef6b0ab4c79253fe3b657929f48" }
82+ datafusion-functions-window = { git = " https://github.com/apache/datafusion" , rev = " dbcb5c0f729e9ef6b0ab4c79253fe3b657929f48" }
83+ datafusion-spark = { git = " https://github.com/apache/datafusion" , rev = " dbcb5c0f729e9ef6b0ab4c79253fe3b657929f48" }
84+ datafusion-expr = { git = " https://github.com/apache/datafusion" , rev = " dbcb5c0f729e9ef6b0ab4c79253fe3b657929f48" }
0 commit comments