Commit d4888b7
committed
build: align declared pydantic floor with FastAPI 0.136 transitive requirement
FastAPI 0.136 raises its minimum pydantic requirement to >=2.9.0. Our
declared pin was still >=2.4.0,<2.10.0 — Poetry's solver enforced the
effective floor via the lock, but the declared metadata was misleading
and an unlocked install could surface confusing resolution attempts.
Update the explicit pin to >=2.9.0,<2.10.0 so the metadata reflects
reality. No runtime change; resolved version remains 2.9.2.1 parent f285fbf commit d4888b7
2 files changed
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments