Commit 3ca5add
committed
fix(deps): mark the msgspec and pydantic floors
msgspec >=0.18 resolved to a release whose can_decode disagrees with decode
on Annotated types; 0.18.5 is the first that agrees. msgspec ships no cp314
wheel before 0.20 and pydantic-core none before pydantic 2.12, so both are
marked for 3.14 rather than raised for every interpreter.
Closes #1321 parent e9b014e commit 3ca5add
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
| |||
0 commit comments