https://github.com/anthropics/anthropic-sdk-python/blob/main/src/anthropic/lib/streaming/_messages.py line 465 raises an IndexError, it seems that ither current_snapshot.content is empty or doesn't have at least event.index+1 elements.
Unfortunatelly I can't reproduce the problem consistently, so I can't provide more info, but an author more familiar with that code should be able to identify where to add the correct boundaries validation.
https://github.com/anthropics/anthropic-sdk-python/blob/main/src/anthropic/lib/streaming/_messages.py line 465 raises an IndexError, it seems that ither current_snapshot.content is empty or doesn't have at least event.index+1 elements.
Unfortunatelly I can't reproduce the problem consistently, so I can't provide more info, but an author more familiar with that code should be able to identify where to add the correct boundaries validation.