From d4ef80bae41fa76da5e2421acfb3b80857fbba0d Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Sun, 30 Aug 2026 22:48:27 -0700 Subject: [PATCH] Require julia 1.10 ParquetFiles now reads via Parquet2.jl, which requires julia 1.10. Without raising the floor here too, Queryverse on an older julia cannot resolve the new ParquetFiles and would silently fall back to ParquetFiles 0.2.0, which depends on the Parquet.jl/Thrift/BinaryProvider chain that is no longer installable. The ParquetFiles compat entry already accepts the new version, so the julia floor is the only change needed. Co-Authored-By: Claude Opus 5 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b450ed2..e037c48 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ Query = "0.12, 1.0" Reexport = "0.2, 1" StatFiles = "0.8, 0.9, 1" VegaLite = "1, 2.0, 3" -julia = "1" +julia = "1.10" [extras] TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"