Commit 7280969
committed
python/fastapi_startkit: pin to 0.47.0 (FastAPI 0.139) to match baseline
The previous range resolved fastapi-startkit to 0.46.x -> FastAPI 0.124.4,
while the fastapi baseline entry runs FastAPI 0.139. Pin to 0.47.0 so both
Python entries benchmark on the same FastAPI/Starlette (0.139.0 / 1.3.1),
making the comparison apples-to-apples. Idiomatic include_router registration
is kept unchanged. route_spec.rb passes 6/6 on the 0.139 Docker build.1 parent ec0a2bf commit 7280969
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
0 commit comments