You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(update): serialize InstallMethod enum to string in all UpdateResult calls
The previous fix only covered config._set_config_value(). Every
UpdateResult(installation_method=install_info.method) also passed the
raw enum, which fails YAML serialization downstream. Apply .value to
all five remaining occurrences.
0 commit comments