ewokscore.graph.schema.update_graph_schema#

ewokscore.graph.schema.update_graph_schema(graph)[source]#

Updates the graph description to a higher schema version (returns True) or raises an exception. If the schema version is known it will provide library version bounds in the exception message. Returns False when the graph does not need any update.

Parameters:

graph (DiGraph) –

Return type:

bool