Commit 3f9564b
authored
feat: add Python 3.14 support with pydantic 2.12.5 (#18)
- Bump pydantic constraint from >=2.0 to >=2.12.4
- Update uv.lock with pydantic 2.12.5 and pydantic-core 2.41.5
- Re-enable Python 3.14 in CI test matrix
Pydantic 2.12.5 includes latest Python 3.14 compatibility fixes,
supporting new type annotation semantics (PEP 649, PEP 749) and
free-threaded Python 3.14.1 parent 1ee84d9 commit 3f9564b
3 files changed
Lines changed: 54 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments