From dff5b9fd1fbe95a4c6c6776cae2997eebbd8af43 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 13 Feb 2026 02:56:23 +0000 Subject: [PATCH] CompatHelper: bump compat for JSON to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e17a4df..aac43b4 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ Dates = "1.11.0" DuckDB = "1.2.2" HTTP = "1.10.19" Infiltrator = "1.9.1" -JSON = "0.21.4" +JSON = "0.21.4, 1" MD5 = "0.2.3" PrettyTables = "2.3.1" PyCall = "1.96.4"