1616# under the License.
1717
1818[workspace .package ]
19- version = " 54 .0.0"
19+ version = " 53 .0.0"
2020homepage = " https://datafusion.apache.org/python"
2121repository = " https://github.com/apache/datafusion-python"
2222authors = [" Apache DataFusion <dev@datafusion.apache.org>" ]
@@ -40,15 +40,15 @@ arrow = { version = "58" }
4040arrow-array = { version = " 58" }
4141arrow-schema = { version = " 58" }
4242arrow-select = { version = " 58" }
43- datafusion = { git = " https://github.com/apache/datafusion " , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb " }
44- datafusion-substrait = { git = " https://github.com/apache/datafusion " , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb " }
45- datafusion-proto = { git = " https://github.com/apache/datafusion " , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb " }
46- datafusion-ffi = { git = " https://github.com/apache/datafusion " , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb " }
47- datafusion-catalog = { git = " https://github.com/apache/datafusion " , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb " , default-features = false }
48- datafusion-common = { git = " https://github.com/apache/datafusion " , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb " , default-features = false }
49- datafusion-functions-aggregate = { git = " https://github.com/apache/datafusion " , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb " }
50- datafusion-functions-window = { git = " https://github.com/apache/datafusion " , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb " }
51- datafusion-expr = { git = " https://github.com/apache/datafusion " , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb " }
43+ datafusion = { version = " 53 " }
44+ datafusion-substrait = { version = " 53 " }
45+ datafusion-proto = { version = " 53 " }
46+ datafusion-ffi = { version = " 53 " }
47+ datafusion-catalog = { version = " 53 " , default-features = false }
48+ datafusion-common = { version = " 53 " , default-features = false }
49+ datafusion-functions-aggregate = { version = " 53 " }
50+ datafusion-functions-window = { version = " 53 " }
51+ datafusion-expr = { version = " 53 " }
5252prost = " 0.14.3"
5353serde_json = " 1"
5454uuid = { version = " 1.23" }
@@ -62,7 +62,7 @@ log = "0.4.29"
6262parking_lot = " 0.12"
6363prost-types = " 0.14.3" # keep in line with `datafusion-substrait`
6464pyo3-build-config = " 0.28"
65- datafusion-python-util = { path = " crates/util" , version = " 54 .0.0" }
65+ datafusion-python-util = { path = " crates/util" , version = " 53 .0.0" }
6666
6767[profile .release ]
6868lto = " thin"
@@ -71,3 +71,12 @@ codegen-units = 2
7171# We cannot publish to crates.io with any patches in the below section. Developers
7272# must remove any entries in this section before creating a release candidate.
7373[patch .crates-io ]
74+ datafusion = { git = " https://github.com/apache/datafusion" , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
75+ datafusion-substrait = { git = " https://github.com/apache/datafusion" , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
76+ datafusion-proto = { git = " https://github.com/apache/datafusion" , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
77+ datafusion-ffi = { git = " https://github.com/apache/datafusion" , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
78+ datafusion-catalog = { git = " https://github.com/apache/datafusion" , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
79+ datafusion-common = { git = " https://github.com/apache/datafusion" , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
80+ datafusion-functions-aggregate = { git = " https://github.com/apache/datafusion" , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
81+ datafusion-functions-window = { git = " https://github.com/apache/datafusion" , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
82+ datafusion-expr = { git = " https://github.com/apache/datafusion" , rev = " 3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
0 commit comments