Patch release: fix loading of single-input/output models exported by recent Keras versions.
Fix invalid format for inbound node when loading models whose input_layers/output_layers use the flat ["layer", node_idx, tensor_idx] form Keras 3.11+ emits for single-input/output models (#461). Previously a single-input model from newer Keras would fail to load.