Skip to content

Commit 709ad8d

Browse files
author
kenneth gabriel
committed
feat: setting timeout for postgrest-py client. Closes supabase#225
1 parent 4769dc4 commit 709ad8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from typing import Any, Dict, Union
22

33
from postgrest import SyncFilterRequestBuilder, SyncPostgrestClient, SyncRequestBuilder
4-
from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
54
from httpx import Timeout
5+
from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
66

77
from .lib.auth_client import SupabaseAuthClient
88
from .lib.client_options import ClientOptions

0 commit comments

Comments
 (0)