@@ -38,15 +38,15 @@ tokio = { version = "1.39", features = ["macros", "rt", "rt-multi-thread", "sync
38
38
rand = " 0.8"
39
39
pyo3 = { version = " 0.21" , features = [" extension-module" , " abi3" , " abi3-py38" ] }
40
40
arrow = { version = " 52" , feature = [" pyarrow" ] }
41
- datafusion = { git = " https://github.com/apache/datafusion.git " , features = [" pyarrow" , " avro" , " unicode_expressions" ] }
42
- datafusion-common = { git = " https://github.com/apache/datafusion.git " , features = [" pyarrow" ] }
43
- datafusion-expr = { git = " https://github.com/apache/datafusion.git " }
44
- datafusion-functions-nested = { git = " https://github.com/apache/datafusion.git " }
41
+ datafusion = { version = " 41.0.0 " , features = [" pyarrow" , " avro" , " unicode_expressions" ] }
42
+ datafusion-common = { version = " 41.0.0 " , features = [" pyarrow" ] }
43
+ datafusion-expr = { version = " 41.0.0 " }
44
+ datafusion-functions-nested = { version = " 41.0.0 " }
45
45
# TODO: is this just re-exported?
46
- datafusion-optimizer = { git = " https://github.com/apache/datafusion.git " }
46
+ datafusion-optimizer = { version = " 41.0.0 " }
47
47
# TODO: is this just re-exported?
48
- datafusion-sql = { git = " https://github.com/apache/datafusion.git " }
49
- datafusion-substrait = { git = " https://github.com/apache/datafusion.git " , optional = true }
48
+ datafusion-sql = { version = " 41.0.0 " }
49
+ datafusion-substrait = { version = " 41.0.0 " , optional = true }
50
50
prost = " 0.12" # keep in line with `datafusion-substrait`
51
51
prost-types = " 0.12" # keep in line with `datafusion-substrait`
52
52
uuid = { version = " 1.9" , features = [" v4" ] }
0 commit comments