Commit 3303841
fix: revert pydantic v2 extra="ignore" and update ExtensionRetrieveResponse usage
Reverts the change from 9cae18c that set extra="ignore" in pydantic v2,
which caused unknown/extra API fields to be silently dropped. Also updates
examples to use the consolidated Extension type instead of the removed
ExtensionRetrieveResponse.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b45ce50 commit 3303841
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments