Commit 3bb26ad
chore: lift fastapi<0.137 cap; require instrumentator>=8.0.1 (#133)
The cap (1.1.1) existed only because prometheus-fastapi-instrumentator <=8.0.0
crashed on FastAPI 0.137's _IncludedRouter. Fixed upstream in instrumentator
8.0.1 (issue #370). Remove fastapi<0.137 and raise the fastapi-metrics floor to
>=8.0.1 so the fix is guaranteed wherever metrics are installed. Verified against
FastAPI 0.138.0 + instrumentator 8.0.2: full suite green at 100%.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 1b0860e commit 3bb26ad
2 files changed
Lines changed: 25 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 54 | + | |
59 | 55 | | |
60 | 56 | | |
61 | 57 | | |
| |||
69 | 65 | | |
70 | 66 | | |
71 | 67 | | |
72 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
73 | 71 | | |
74 | 72 | | |
75 | 73 | | |
| |||
0 commit comments