We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7cc36 commit da1a05bCopy full SHA for da1a05b
pyproject.toml
@@ -20,7 +20,7 @@ postgrest = "0.10.5"
20
realtime = "^1.0.0"
21
gotrue = "^1.0.0"
22
httpx = "^0.23.0"
23
-storage3 = "0.5.0"
+storage3 = "0.5.2"
24
supafunc = "^0.2.2"
25
python-semantic-release = "7.33.2"
26
supabase/client.py
@@ -99,10 +99,6 @@ def __init__(
99
def functions(self) -> FunctionsClient:
100
return FunctionsClient(self.functions_url, self._get_auth_headers())
101
102
- def storage(self) -> SupabaseStorageClient:
103
- """Create instance of the storage client"""
104
- return SupabaseStorageClient(self.storage_url, self._get_auth_headers())
105
-
106
def table(self, table_name: str) -> SyncRequestBuilder:
107
"""Perform a table operation.
108
0 commit comments