diff --git a/zhenxun/utils/http_utils.py b/zhenxun/utils/http_utils.py index 76b6bd99..bdf7a0d6 100644 --- a/zhenxun/utils/http_utils.py +++ b/zhenxun/utils/http_utils.py @@ -207,6 +207,7 @@ class AsyncHttpx: response = await cls()._execute_request_inner( active_client, method, url, **request_kwargs ) + response.raise_for_status() return response @classmethod