Skip to content

Commit 196c528

Browse files
committed
chore(deps): bump DataFusion dependencies to 52.1
1 parent 19050fb commit 196c528

File tree

4 files changed

+73
-74
lines changed

4 files changed

+73
-74
lines changed

.github/workflows/bindings_python_ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
- uses: PyO3/maturin-action@v1
9393
with:
9494
working-directory: "bindings/python"
95-
maturin-version: "v1.12.2"
9695
command: build
9796
args: --out dist
9897
- uses: astral-sh/setup-uv@v7

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ bytes = "1.11"
6262
chrono = "0.4.41"
6363
clap = { version = "4.5.48", features = ["derive", "cargo"] }
6464
dashmap = "6"
65-
datafusion = "52.0"
66-
datafusion-cli = "52.0"
67-
datafusion-sqllogictest = "52.0"
65+
datafusion = "52.1"
66+
datafusion-cli = "52.1"
67+
datafusion-sqllogictest = "52.1"
6868
derive_builder = "0.20"
6969
dirs = "6"
7070
enum-ordinalize = "4.3.0"
@@ -130,4 +130,4 @@ url = "2.5.7"
130130
uuid = { version = "1.18", features = ["v7"] }
131131
volo = "0.10.6"
132132
volo-thrift = "0.10.8"
133-
zstd = "0.13.3"
133+
zstd = "0.13.3"

0 commit comments

Comments
 (0)