upgrade_plugin_versions#

upgrade_plugin_versions(plugin_versions: Dict[str, int]) Dict[str, int][source]#

Update the names of the plugins using the plugin aliases in the registry.

This allows changing the names of plugins over time and maintaining backward compatibility of serialized PipelineConfigs.

Parameters
  • plugin_version – maps from plugin name to version

  • plugin_versions (Dict[str, int]) –

Return type

Dict[str, int]