VersionedState#

class openstef_core.mixins.stateful.VersionedState[source]

Bases: TypedDict

Versioned state structure for object serialization.

Contains version metadata and the actual object state, enabling backward compatibility through state migration.

state: dict[str, Any]