diff --git a/supabase/lib/auth_client.py b/supabase/lib/auth_client.py index f9e1479b..91ae65d1 100644 --- a/supabase/lib/auth_client.py +++ b/supabase/lib/auth_client.py @@ -1,6 +1,9 @@ from typing import Dict, Union -from gotrue import SyncClient, SyncGoTrueClient, SyncMemoryStorage, SyncSupportedStorage +from gotrue import SyncGoTrueClient, SyncMemoryStorage, SyncSupportedStorage + +# TODO - export this from GoTrue-py in next release +from httpx import SyncClient class SupabaseAuthClient(SyncGoTrueClient):