diff --git a/pyproject.toml b/pyproject.toml index 7929c13..cfa1fa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dynamic = ["version"] dependencies = [ "Authlib", - "httpx", + "httpx<0.28.0", # https://github.com/lundberg/respx/issues/277 "pydantic-settings", "pydantic>2", "typing_extensions; python_version<'3.11'",