Skip to content

Commit

Permalink
fix(py): bump arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Feb 27, 2025
1 parent 46c20e8 commit 4ae54e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ databend-driver-core = { path = "sql", version = "0.26.1" }
databend-driver-macros = { path = "macros", version = "0.26.1" }

tokio-stream = "0.1"
chrono = { version = "0.4.35", default-features = false, features = ["clock"] }
chrono = { version = "0.4.40", default-features = false, features = ["clock"] }
arrow = { version = "54.2.0" }
arrow-array = { version = "54.2.0" }
arrow-schema = { version = "54.2.0" }
Expand All @@ -40,3 +40,6 @@ tonic = { version = "0.12", default-features = false, features = [
"tls-webpki-roots",
"prost",
] }

[patch.crates-io]
arrow-arith = { git = "https://github.com/apache/arrow-rs", rev = "2fddf85" }

0 comments on commit 4ae54e1

Please sign in to comment.