Commit 308d138
authored
setup: add pydantic-core constraint for Python 3.13+ compatibility (#43575) (#43595)
* setup: add pydantic-core constraint for Python 3.13+ compatibility
pydantic-core < 2.20 ships no pre-built wheels for cp313 and
attempts to build from source using PyO3 0.21.x which does not
support Python 3.13+, causing bootstrap to fail.
Add a version-gated constraint so pip resolves a compatible
pydantic-core when running on Python >= 3.13.
* suggestion from gemini1 parent e9ecfc2 commit 308d138
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
0 commit comments