Commit 417e7c7
fix: Add type ignore for jsonschema RefResolver store argument
The RefResolver's store parameter has an incorrect type hint that doesn't match the actual expected usage. The store needs to be a dict of schema objects, not strings.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent cbb312d commit 417e7c7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments