Commit 1e57049
committed
PYSEC-2026-161 is fixed in starlette>=1.0.1. fastapi==0.120.1 caps starlette<0.50.0, so it has to be bumped to lift that cap, but fastapi>=0.136.3 only requires starlette>=0.46.0 and would still resolve to a vulnerable version -- hence the explicit starlette floor below. Both requirements need Python >= 3.10, so 3.9 stays on the previous pin.
Signed-off-by: Ha Vu <ha@newmantle.tech>1 parent 1bb2e14 commit 1e57049
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
139 | 137 | | |
| 138 | + | |
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
| |||
146 | 145 | | |
147 | 146 | | |
148 | 147 | | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments