Skip to content

Commit 10d8290

Browse files
lock datafusion deps to 41
1 parent 34e9f54 commit 10d8290

File tree

2 files changed

+40
-72
lines changed

2 files changed

+40
-72
lines changed

Cargo.lock

+33-65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ tokio = { version = "1.39", features = ["macros", "rt", "rt-multi-thread", "sync
3838
rand = "0.8"
3939
pyo3 = { version = "0.21", features = ["extension-module", "abi3", "abi3-py38"] }
4040
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" }
4545
# TODO: is this just re-exported?
46-
datafusion-optimizer = { git = "https://github.com/apache/datafusion.git" }
46+
datafusion-optimizer = { version = "41.0.0" }
4747
# 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 }
5050
prost = "0.12" # keep in line with `datafusion-substrait`
5151
prost-types = "0.12" # keep in line with `datafusion-substrait`
5252
uuid = { version = "1.9", features = ["v4"] }

0 commit comments

Comments
 (0)