Commit c52c467
fix: cap httpx < 0.28 for Python 3.9 (starlette TestClient compat)
httpx 0.28+ removed the `app` parameter from Client.__init__(),
breaking starlette < 0.30's TestClient. Cap httpx on Python 3.9
where starlette is pinned to < 0.30.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Deborah Jacob <deborah@botanu.ai>1 parent a4ba44f commit c52c467
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
0 commit comments