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(task_updater): fix potential duplicate artifact_id from default value
Change artifact_id default from str(uuid.uuid4()) to None and generate unique ID within method
This prevents using the same default value across multiple calls
0 commit comments