1717
1818[package ]
1919name = " datafusion-python"
20- version = " 32 .0.0"
20+ version = " 33 .0.0"
2121homepage = " https://github.com/apache/arrow-datafusion-python"
2222repository = " https://github.com/apache/arrow-datafusion-python"
2323authors = [
" Apache Arrow <[email protected] >" ]
@@ -36,15 +36,15 @@ substrait = ["dep:datafusion-substrait"]
3636[dependencies ]
3737tokio = { version = " 1.24" , features = [" macros" , " rt" , " rt-multi-thread" , " sync" ] }
3838rand = " 0.8"
39- pyo3 = { version = " 0.19 " , features = [" extension-module" , " abi3" , " abi3-py38" ] }
40- datafusion = { version = " 32. 0.0" , features = [" pyarrow" , " avro" ] }
41- datafusion-common = { version = " 32. 0.0" , features = [" pyarrow" ] }
42- datafusion-expr = { version = " 32. 0.0" }
43- datafusion-optimizer = { version = " 32. 0.0" }
44- datafusion-sql = { version = " 32. 0.0" }
45- datafusion-substrait = { version = " 32. 0.0" , optional = true }
46- prost = " 0.11 "
47- prost-types = " 0.11 "
39+ pyo3 = { version = " 0.20 " , features = [" extension-module" , " abi3" , " abi3-py38" ] }
40+ datafusion = { git = " https://github.com/apache/arrow-datafusion " , rev = " 33. 0.0-rc1 " , features = [" pyarrow" , " avro" ] }
41+ datafusion-common = { git = " https://github.com/apache/arrow-datafusion " , rev = " 33. 0.0-rc1 " , features = [" pyarrow" ] }
42+ datafusion-expr = { git = " https://github.com/apache/arrow-datafusion " , rev = " 33. 0.0-rc1 " }
43+ datafusion-optimizer = { git = " https://github.com/apache/arrow-datafusion " , rev = " 33. 0.0-rc1 " }
44+ datafusion-sql = { git = " https://github.com/apache/arrow-datafusion " , rev = " 33. 0.0-rc1 " }
45+ datafusion-substrait = { git = " https://github.com/apache/arrow-datafusion " , rev = " 33. 0.0-rc1 " , optional = true }
46+ prost = " 0.12 "
47+ prost-types = " 0.12 "
4848uuid = { version = " 1.3" , features = [" v4" ] }
4949mimalloc = { version = " 0.1" , optional = true , default-features = false }
5050async-trait = " 0.1"
0 commit comments