From 72907e0d9eb68826c4aaf141274dcdc2542aeab9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 27 Jun 2026 00:30:41 +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 d936c88a76..f0d8f7a27a 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ DataFrames = "1" Dates = "1" EnumX = "1" HiGHS = "=1.23.0" -JSON = "0.21" +JSON = "0.21, 1" JuMP = "1" LinearAlgebra = "1" LoggingPolyglot = "0.3"