@@ -34,16 +34,16 @@ protoc = [ "datafusion-substrait/protoc" ]
3434substrait = [" dep:datafusion-substrait" ]
3535
3636[dependencies ]
37- tokio = { version = " 1.43 " , features = [" macros" , " rt" , " rt-multi-thread" , " sync" ] }
37+ tokio = { version = " 1.44 " , features = [" macros" , " rt" , " rt-multi-thread" , " sync" ] }
3838pyo3 = { version = " 0.24" , features = [" extension-module" , " abi3" , " abi3-py39" ] }
3939pyo3-async-runtimes = { version = " 0.24" , features = [" tokio-runtime" ]}
4040arrow = { version = " 55.0.0" , features = [" pyarrow" ] }
41- datafusion = { git = " https://github.com/apache/datafusion " , rev = " e4433049b04ca2c1e2031eb05d1a0990210f11d6 " , features = [" avro" , " unicode_expressions" ] }
42- datafusion-substrait = { git = " https://github.com/apache/datafusion " , rev = " e4433049b04ca2c1e2031eb05d1a0990210f11d6 " , optional = true }
43- datafusion-proto = { git = " https://github.com/apache/datafusion " , rev = " e4433049b04ca2c1e2031eb05d1a0990210f11d6 " }
44- datafusion-ffi = { git = " https://github.com/apache/datafusion " , rev = " e4433049b04ca2c1e2031eb05d1a0990210f11d6 " }
41+ datafusion = { version = " 47.0.0 " , features = [" avro" , " unicode_expressions" ] }
42+ datafusion-substrait = { version = " 47.0.0 " , optional = true }
43+ datafusion-proto = { version = " 47.0.0 " }
44+ datafusion-ffi = { version = " 47.0.0 " }
4545prost = " 0.13.1" # keep in line with `datafusion-substrait`
46- uuid = { version = " 1.12 " , features = [" v4" ] }
46+ uuid = { version = " 1.16 " , features = [" v4" ] }
4747mimalloc = { version = " 0.1" , optional = true , default-features = false , features = [" local_dynamic_tls" ] }
4848async-trait = " 0.1.88"
4949futures = " 0.3"
0 commit comments