Skip to content

Commit 4769dc4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase/lib/client_options.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from typing import Any, Callable, Dict, Optional, Union
33

44
from gotrue import SyncMemoryStorage, SyncSupportedStorage
5-
from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
65
from httpx import Timeout
6+
from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
77

88
from supabase import __version__
99

0 commit comments

Comments
 (0)