Skip to content

Commit

Permalink
chore: bump storage version
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 9, 2023
1 parent 7e7cc36 commit da1a05b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ postgrest = "0.10.5"
realtime = "^1.0.0"
gotrue = "^1.0.0"
httpx = "^0.23.0"
storage3 = "0.5.0"
storage3 = "0.5.2"
supafunc = "^0.2.2"
python-semantic-release = "7.33.2"

Expand Down
4 changes: 0 additions & 4 deletions supabase/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ def __init__(
def functions(self) -> FunctionsClient:
return FunctionsClient(self.functions_url, self._get_auth_headers())

def storage(self) -> SupabaseStorageClient:
"""Create instance of the storage client"""
return SupabaseStorageClient(self.storage_url, self._get_auth_headers())

def table(self, table_name: str) -> SyncRequestBuilder:
"""Perform a table operation.
Expand Down

0 comments on commit da1a05b

Please sign in to comment.