The digitized recipe format uses heterogeneous arrays for the purchase_increments.increments array in ingredient files. Support for heterogeneous arrays was added to TOML in 1.0.0, but the python toml library still has not been updated to support it.. If the PR doesn't get merged soon, we may need to start recommending usage of the tomli library instead.
The digitized recipe format uses heterogeneous arrays for the
purchase_increments.incrementsarray in ingredient files. Support for heterogeneous arrays was added to TOML in 1.0.0, but the pythontomllibrary still has not been updated to support it.. If the PR doesn't get merged soon, we may need to start recommending usage of thetomlilibrary instead.