Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit c62151c

Browse files
author
Joel Lee
committed
chore: rename storage to storage3
1 parent d41b573 commit c62151c

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "storage"
2+
name = "storage3"
33
version = "0.1.0"
44
description = "Supabase Storage client for Python."
55
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>", "Daniel Reinón García <[email protected]>", "Leynier Gutiérrez González <[email protected]>"]
@@ -31,7 +31,7 @@ commitizen = "^2.20.3"
3131
name = "cz_conventional_commits"
3232
version = "0.1.0"
3333
version_files = [
34-
"storage/__init__.py",
34+
"storage3/__init__.py",
3535
"pyproject.toml:version"
3636
]
3737
tag_format = "v$version"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

storage/storage_client.py renamed to storage3/storage_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Dict
22

3-
from storage.lib.storage_bucket_api import StorageBucketAPI
4-
from storage.lib.storage_file_api import StorageFileAPI
3+
from storage3.lib.storage_bucket_api import StorageBucketAPI
4+
from storage3.lib.storage_file_api import StorageFileAPI
55

66

77
class SupabaseStorageClient(StorageBucketAPI):

0 commit comments

Comments
 (0)