@@ -21,12 +21,12 @@ version = "0.2.0"
2121edition = " 2024"
2222
2323[dependencies ]
24- datafusion-catalog = { version = " 52 " , default-features = false }
25- datafusion-common = { version = " 52 " , default-features = false }
26- datafusion-functions-aggregate = { version = " 52 " }
27- datafusion-functions-window = { version = " 52 " }
28- datafusion-expr = { version = " 52 " }
29- datafusion-ffi = { version = " 52 " }
24+ datafusion-catalog = { version = " 53 " , default-features = false }
25+ datafusion-common = { version = " 53 " , default-features = false }
26+ datafusion-functions-aggregate = { version = " 53 " }
27+ datafusion-functions-window = { version = " 53 " }
28+ datafusion-expr = { version = " 53 " }
29+ datafusion-ffi = { version = " 53 " }
3030
3131pyo3 = { version = " 0.28" , features = [
3232 " extension-module" ,
@@ -47,9 +47,9 @@ crate-type = ["cdylib", "rlib"]
4747
4848# TODO: remove when datafusion-53 is released
4949[patch .crates-io ]
50- datafusion-catalog = { git = " https://github.com/apache/datafusion.git" , rev = " 8df75c3f043722f989e1936566543595f02801aa " }
51- datafusion-common = { git = " https://github.com/apache/datafusion.git" , rev = " 8df75c3f043722f989e1936566543595f02801aa " }
52- datafusion-functions-aggregate = { git = " https://github.com/apache/datafusion.git" , rev = " 8df75c3f043722f989e1936566543595f02801aa " }
53- datafusion-functions-window = { git = " https://github.com/apache/datafusion.git" , rev = " 8df75c3f043722f989e1936566543595f02801aa " }
54- datafusion-expr = { git = " https://github.com/apache/datafusion.git" , rev = " 8df75c3f043722f989e1936566543595f02801aa " }
55- datafusion-ffi = { git = " https://github.com/apache/datafusion.git" , rev = " 8df75c3f043722f989e1936566543595f02801aa " }
50+ datafusion-catalog = { git = " https://github.com/apache/datafusion.git" , rev = " 518560246e87d489eba6d511fa167aa429b06728 " }
51+ datafusion-common = { git = " https://github.com/apache/datafusion.git" , rev = " 518560246e87d489eba6d511fa167aa429b06728 " }
52+ datafusion-functions-aggregate = { git = " https://github.com/apache/datafusion.git" , rev = " 518560246e87d489eba6d511fa167aa429b06728 " }
53+ datafusion-functions-window = { git = " https://github.com/apache/datafusion.git" , rev = " 518560246e87d489eba6d511fa167aa429b06728 " }
54+ datafusion-expr = { git = " https://github.com/apache/datafusion.git" , rev = " 518560246e87d489eba6d511fa167aa429b06728 " }
55+ datafusion-ffi = { git = " https://github.com/apache/datafusion.git" , rev = " 518560246e87d489eba6d511fa167aa429b06728 " }
0 commit comments