Commit 0caebfa
fix: pin httpx < 0.28 and deduplicate starlette constraint
starlette 0.29 passes app= to httpx.Client.__init__() which was
removed in httpx 0.28, breaking all middleware tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 55acbea commit 0caebfa
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
| 147 | + | |
| 148 | + | |
151 | 149 | | |
152 | 150 | | |
153 | 151 | | |
| |||
0 commit comments