Commit c6aa423
fix: remove trailing comma on headers field in ScrapeRequest model
The trailing comma turned the Field assignment into a tuple, breaking
model_dump() serialization (headers always present even when None).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b9c0f56 commit c6aa423
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments