Commit 7d127f0
Fix SubmitBody.log_quota_hour serialization with Field(include=True)
Without Field(include=True), pydantic's .json() drops fields that lack
an include annotation when other fields in the model use Field(include=...).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9bed338 commit 7d127f0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments