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(python-sdk): drop list() copy and guard names against None
snapshot.names / res.parsed.names is already list[str] from the
generated client, so list() was an unnecessary O(n) copy. Replace
with `or []` to also guard against None for snapshots created before
the names field existed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments