diff --git a/hatch.toml b/hatch.toml index ebd7858afc5..2e7f516d6f9 100644 --- a/hatch.toml +++ b/hatch.toml @@ -273,7 +273,7 @@ dependencies = [ "pytest-cov", "requests", "hypothesis", - "httpx", + "httpx<0.28.0", "anyio{matrix:anyio:}", "fastapi{matrix:fastapi}" ]