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]