Commit 39104e5
authored
fix(deps): Pin pydantic below 2.12.0 for compatibility (sooperset#732)
The latest pydantic version (2.12.0) is not compatible with the project's current usage.
Updates dependency specification in `pyproject.toml` to "pydantic>=2.10.0,<2.12.0" to prevent runtime errors when using with uvx.
Related to sooperset#721.1 parent 9ad2cbf commit 39104e5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments