We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5191baf commit b7692cbCopy full SHA for b7692cb
supabase/client.py
@@ -1,6 +1,7 @@
1
import re
2
from typing import Any, Dict, Union
3
4
+from deprecation import deprecated
5
from gotrue.types import AuthChangeEvent
6
from httpx import Timeout
7
from postgrest import SyncFilterRequestBuilder, SyncPostgrestClient, SyncRequestBuilder
0 commit comments