@@ -34,11 +34,11 @@ default = ["mimalloc"]
3434tokio = { version = " 1.24" , features = [" macros" , " rt" , " rt-multi-thread" , " sync" ] }
3535rand = " 0.8"
3636pyo3 = { version = " 0.18.0" , features = [" extension-module" , " abi3" , " abi3-py37" ] }
37- datafusion = { git = " https://github.com/apache/arrow-datafusion.git " , rev = " 8a262c3ec0a100607ae97641d7a374c847a71f20 " , features = [" pyarrow" , " avro" ] }
38- datafusion-expr = { git = " https://github.com/apache/arrow-datafusion.git " , rev = " 8a262c3ec0a100607ae97641d7a374c847a71f20 " }
39- datafusion-optimizer = { git = " https://github.com/apache/arrow-datafusion.git " , rev = " 8a262c3ec0a100607ae97641d7a374c847a71f20 " }
40- datafusion-common = { git = " https://github.com/apache/arrow-datafusion.git " , rev = " 8a262c3ec0a100607ae97641d7a374c847a71f20 " , features = [" pyarrow" ] }
41- datafusion-substrait = { git = " https://github.com/apache/arrow-datafusion.git " , rev = " 8a262c3ec0a100607ae97641d7a374c847a71f20 " }
37+ datafusion = { version = " 18.0.0 " , features = [" pyarrow" , " avro" ] }
38+ datafusion-expr = " 18.0.0 "
39+ datafusion-optimizer = " 18.0.0 "
40+ datafusion-common = { version = " 18.0.0 " , features = [" pyarrow" ] }
41+ datafusion-substrait = " 18.0.0 "
4242uuid = { version = " 1.2" , features = [" v4" ] }
4343mimalloc = { version = " *" , optional = true , default-features = false }
4444async-trait = " 0.1"
0 commit comments