Skip to content

Commit abd1abb

Browse files
authored
Merge pull request #369 from supabase-community/j0/pass_through_timeout_to_postgrest
fix: pass through timeout
2 parents 6700ab5 + 8921e32 commit abd1abb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

supabase/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def __init__(
8989
supabase_key=self.supabase_key,
9090
headers=options.headers,
9191
schema=options.schema,
92+
timeout=options.timeout,
9293
)
9394

9495
def functions(self) -> FunctionsClient:

0 commit comments

Comments
 (0)