Skip to content

Commit 7280969

Browse files
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

File tree

python/fastapi_startkit/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ requires = ["flit_core"]
77
name = 'server'
88
version = '1.0.0'
99
description = "Simple benchmark implementation"
10-
dependencies = ["fastapi-startkit[fastapi]>=0.46,<0.47"]
10+
dependencies = ["fastapi-startkit[fastapi]==0.47.0"]

0 commit comments

Comments
 (0)