From 01ba3d423fe849bab6ada85c4bbe6501382d1086 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 31 Dec 2025 00:38:52 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for ModelingToolkit to 11 for package test, (keep existing compat) --- test/Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index 3c0e073..6c0c764 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,14 +1,14 @@ [deps] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" -OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" MethodOfLines = "94925ecb-adb7-4558-8ed8-f975c56a0bf4" ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" +OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.8" -OrdinaryDiffEq = "6" MethodOfLines = "0.11" -ModelingToolkit = "10.10" +ModelingToolkit = "10.10, 11" +OrdinaryDiffEq = "6" SafeTestsets = "0.1" From cdd581281e0334fdb56bda2d7b8349e258796936 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 2 Jan 2026 05:31:22 -0500 Subject: [PATCH 2/2] Also bump compat for ModelingToolkit to 11 in main Project.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The original CompatHelper PR only updated test/Project.toml but the main package also needs to allow ModelingToolkit 11 for tests to be able to run with it (once MethodOfLines also supports MTK 11). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cd8f023..c290c2b 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ TSVD = "9449cd9e-2762-5aa3-a617-5413e99d722e" [compat] DocStringExtensions = "0.8, 0.9" LinearAlgebra = "1" -ModelingToolkit = "10.10" +ModelingToolkit = "10.10, 11" PrecompileTools = "1" RandomizedLinAlg = "0.1" Setfield = "0.8, 1"