Commit 76e940d
committed
make _ComponentConfig.additional_properties typing more specific
Values in additional_properties are either nested config dicts (for
**kwargs splatting) or None. Document this with a more concrete type
annotation. Note: the Protocol's instance-attribute declaration still
diverges from the generated model's ClassVar; tracked separately.
Assisted-by: Claude Opus 4.61 parent 8d1f3ff commit 76e940d
1 file changed
Lines changed: 7 additions & 2 deletions
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
| |||
0 commit comments