Skip to content

Commit bf9fbb3

Browse files
Pin deps to DataFusion 52.2 / Arrow 58.0 for pydantic platform compatibility
1 parent ebddd5e commit bf9fbb3

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ license = "Apache-2.0"
77
authors = ["Matthew Kim <matthew@pydantic.dev>"]
88

99
[dependencies]
10-
datafusion = "53"
11-
arrow = "58.1"
12-
arrow-schema = "58.1"
13-
parquet-variant-compute = "58.1"
14-
parquet-variant-json = "58.1"
15-
parquet-variant = "58.1"
10+
datafusion = "52.2"
11+
arrow = "58.0"
12+
arrow-schema = "58.0"
13+
parquet-variant-compute = "58.0"
14+
parquet-variant-json = "58.0"
15+
parquet-variant = "58.0"
1616

1717
[dev-dependencies]
1818
anyhow = "1.0.100"
19-
arrow-cast = "58.1"
19+
arrow-cast = "58.0"
2020
serde_json = "1.0.145"
2121
flate2 = "1.0"
2222
tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] }
23-
datafusion-sqllogictest = "53"
23+
datafusion-sqllogictest = "52.2"
2424
sqllogictest = "0.29"
2525
indicatif = "0.18"
2626
env_logger = "0.11"

0 commit comments

Comments
 (0)