Skip to content

Commit da1a05b

Browse files
author
joel@joellee.org
committed
chore: bump storage version
1 parent 7e7cc36 commit da1a05b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ postgrest = "0.10.5"
2020
realtime = "^1.0.0"
2121
gotrue = "^1.0.0"
2222
httpx = "^0.23.0"
23-
storage3 = "0.5.0"
23+
storage3 = "0.5.2"
2424
supafunc = "^0.2.2"
2525
python-semantic-release = "7.33.2"
2626

supabase/client.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@ def __init__(
9999
def functions(self) -> FunctionsClient:
100100
return FunctionsClient(self.functions_url, self._get_auth_headers())
101101

102-
def storage(self) -> SupabaseStorageClient:
103-
"""Create instance of the storage client"""
104-
return SupabaseStorageClient(self.storage_url, self._get_auth_headers())
105-
106102
def table(self, table_name: str) -> SyncRequestBuilder:
107103
"""Perform a table operation.
108104

0 commit comments

Comments
 (0)