Commit 2cb17fb
fix: align TraceOutcome enum with TypeScript API — change in_progress to pending
The Python SDK used "in_progress" while the TypeScript shared types and API
use "pending" for the initial trace state. This mismatch caused
deserialization issues for cross-SDK users.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent fe50bcf commit 2cb17fb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments