Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 1142b00

Browse files
Update datafusion requirement in the datafusion-dependencies group
Updates the requirements on [datafusion](https://github.com/apache/datafusion) to permit the latest version. Updates `datafusion` to 47.0.0 - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](apache/datafusion@46.0.0...47.0.0) --- updated-dependencies: - dependency-name: datafusion dependency-version: 47.0.0 dependency-type: direct:production dependency-group: datafusion-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79b8c94 commit 1142b00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ random-string = "1.0"
1414
once_cell = "1.20"
1515

1616
tokio = { version = "1.41", features = ["rt-multi-thread"] }
17-
datafusion = { version = "46.0", features = ["pyarrow"] }
17+
datafusion = { version = "50.1", features = ["pyarrow"] }
1818
async-trait = { version = "0.1" }
1919

2020
[dev-dependencies]

0 commit comments

Comments
 (0)