Skip to content

Commit

Permalink
Update datafusion requirement in the datafusion-dependencies group
Browse files Browse the repository at this point in the history
Updates the requirements on [datafusion](https://github.com/apache/datafusion) to permit the latest version.

Updates `datafusion` to 45.0.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@44.0.0...45.0.0)

---
updated-dependencies:
- dependency-name: datafusion
  dependency-type: direct:production
  dependency-group: datafusion-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and milenkovicm committed Feb 7, 2025
1 parent 254d666 commit 38f0086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ random-string = "1.0"
once_cell = "1.20"

tokio = { version = "1.41", features = ["rt-multi-thread"] }
datafusion = { version = "44.0", features = ["pyarrow"] }
datafusion = { version = "45.0", features = ["pyarrow"] }
async-trait = { version = "0.1" }

[dev-dependencies]
Expand Down

0 comments on commit 38f0086

Please sign in to comment.