Comment 1 for bug 1815222

Revision history for this message
Achilleas Anagnostopoulos (achilleasa) wrote :

This issue was caused by strict type-coercion rules (int -> float in particular) in `juju/schema`. The schema package had already been updated to support this but juju used an older dep. PR https://github.com/juju/juju/pull/9768 bumps the package dep in 2.5 and fixes this issue.