From 550ab13460da52c68697820945e719f2dc59a721 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Mon, 9 Dec 2024 10:46:35 +0100 Subject: [PATCH] chore: pin httpx --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45055b9..82224ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dynamic = [ "version", ] dependencies = [ - "httpx>=0.27", + "httpx<0.28", # this is pinned temporarily, until respx is able to mock 0.28+ properly "xsdata>=24.5", ] optional-dependencies.cli = [