DiffEqPhysics restricts ForwardDiff version

I am unable to load a package I am writing because DiffEqPhysics restricts the version of ForwardDiff to 0.10.38, but 1.0.1 is installed. Is there a reason for this restriction, and is it possible to override it?

Julia Version 1.11.4 (2025-03-10)

good catch: update ForwardDiff compat by oscardssmith · Pull Request #91 · SciML/DiffEqPhysics.jl · GitHub

Fix should be registered in ~30 minutes