From 9ebc44389b4d80f273724eadb9437ae4bffe3725 Mon Sep 17 00:00:00 2001 From: Rob Cannon Date: Sat, 30 Nov 2024 15:54:02 +0700 Subject: [PATCH] chore: downgrade httpx --- requirements-dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b165091..f48e4db 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,4 +4,5 @@ pytest-cov pytest-asyncio pytest-order testcontainers -httpx +httpx<0.28.0 +pytest-httpx