From 48ed991c5ec5e64a712ec7bda4564e2cdddcefa6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 4 Oct 2025 00:31:42 +0000 Subject: [PATCH] CompatHelper: bump compat for JSON in [weakdeps] to 1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 198cd31..66e164c 100644 --- a/Project.toml +++ b/Project.toml @@ -34,9 +34,9 @@ HerbConstraints = "0.4" HerbCore = "0.3.4" HerbGrammar = "0.6" HerbSearch = "0.4.1" -JSON = "0.21.4" -MacroTools = "0.5.16" +JSON = "0.21.4, 1" MLStyle = "0.4.17" +MacroTools = "0.5.16" MetaGraphsNext = "0.7" Random = "1.10" SciMLBase = "2.74.1"