Commit 63d4431
fix(deps): require eval-type-backport on Python 3.9
Pydantic v2 evaluates PEP 604 union annotations (X | None) at model
construction. Generated models use this syntax; on Python 3.9 the
runtime lacks PEP 604 support, so pydantic needs eval-type-backport
to interpret the annotations. No effect on Python 3.10+.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 918fb49 commit 63d4431
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments