From f56351257bdf8132d73cf007dd784c98d3874e91 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 22 Mar 2026 01:55:29 +0000 Subject: [PATCH] Fix CI: add httpx to test deps (required by starlette TestClient) https://claude.ai/code/session_01JeHvukSTgbNUdCmrpybjZm --- requirements-test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-test.txt b/requirements-test.txt index 787221d..af3bf19 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -30,3 +30,4 @@ python-multipart>=0.0.6 pytest>=8.0.0 pytest-asyncio>=0.25.0 pytest-cov>=6.0.0 +httpx>=0.27.0