Commit b24263c
fix: copy typed fields into additional_properties after coercion, not before
The previous approach stored the raw pre-coercion hash value. After setters run,
self.attr_name holds the coerced value. We now copy post-coercion so both access
paths return consistent types.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a707de3 commit b24263c
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 85 | | |
89 | 86 | | |
90 | 87 | | |
| |||
104 | 101 | | |
105 | 102 | | |
106 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
| |||
0 commit comments