From e5b8a529fe8e256a3092a7acddb677e5618b4eb6 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 20 Jul 2025 08:33:21 -0400 Subject: [PATCH 1/2] Update Zygote compatibility to support v0.7.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes the downgrade CI failure in SciMLBase.jl where Zygote v0.7.10 was incompatible with RecursiveArrayTools v3.27.x. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d6bde4c6..fc4f9f56 100644 --- a/Project.toml +++ b/Project.toml @@ -70,7 +70,7 @@ Tables = "1.11" Test = "1" Tracker = "0.2.15" Unitful = "1" -Zygote = "0.6.67, 0.7" +Zygote = "0.6.67, 0.7.10" julia = "1.10" [extras] From de443cfb094271fc2a014fcab9a2e20ea0bdbb82 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 20 Jul 2025 08:35:26 -0400 Subject: [PATCH 2/2] Bump minimum Zygote version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fc4f9f56..c8e5752b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RecursiveArrayTools" uuid = "731186ca-8d62-57ce-b412-fbd966d074cd" authors = ["Chris Rackauckas "] -version = "3.34.1" +version = "3.35.0" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"