Skip to content

Commit

Permalink
feat: setting timeout for postgrest-py client. Closes supabase#225
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth gabriel committed Jul 16, 2022
1 parent 4769dc4 commit 709ad8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supabase/client.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from typing import Any, Dict, Union

from postgrest import SyncFilterRequestBuilder, SyncPostgrestClient, SyncRequestBuilder
from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
from httpx import Timeout
from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT

from .lib.auth_client import SupabaseAuthClient
from .lib.client_options import ClientOptions
Expand Down

0 comments on commit 709ad8d

Please sign in to comment.