Commit c58b537
authored
Cap FastAPI based on upstream PR 45594 (#566)
FastAPI 0.137.x is causing following failure in lm eval job:
https://github.com/neuralmagic/nm-cicd/actions/runs/27622052672/job/81674564991
`AttributeError: '_IncludedRouter' object has no attribute 'path'
File ".../prometheus_fastapi_instrumentator/routing.py", line 55, in
_get_route_name
route_name = route.path`
Capping FastAPI<0.137 based on vLLM upstream PR
vllm-project/vllm#45594
Kicked off accept sync for the PR here:
https://github.com/neuralmagic/nm-cicd/actions/runs/27631372894/job/817076708951 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments