Commit f21b5d5
committed
fix: require pydantic>=2.12.0
Pydantic 2.11 broke two things that 2.12 fixes:
- model_validate() rejected the extra kwarg used by datamodel-code-generator 0.51.0
- model_rebuild() resolved inherited forward refs in the subclass module,
breaking cross-module generated models (e.g. opensemantic.base)1 parent c639282 commit f21b5d5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments