diff --git a/core/httpy.py b/core/httpy.py index e97aa7a..b2c4254 100644 --- a/core/httpy.py +++ b/core/httpy.py @@ -165,7 +165,7 @@ def _wrap_transport( return IpFilterWrapperTransport(blocked_ranges, transport) -class BaseClient(httpx.BaseClient): +class BaseClient(httpx._client.BaseClient): def __init__( self, *,