-
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #360 from supabase-community/j0/bump-versions
chore: publish v1.0.0 with new versions of sublibs. py37 is deprecated
- Loading branch information
Showing
9 changed files
with
183 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "supabase" | ||
version = "0.7.1" | ||
version = "1.0.0" | ||
description = "Supabase client for Python." | ||
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>", "Daniel Reinón García <[email protected]>", "Leynier Gutiérrez González <[email protected]>", "Anand"] | ||
homepage = "https://github.com/supabase-community/supabase-py" | ||
|
@@ -15,12 +15,12 @@ classifiers = [ | |
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.7" | ||
postgrest-py = ">=0.10.2,<0.11.0" | ||
realtime = "^0.0.5" | ||
gotrue = "^0.5.0" | ||
python = "^3.8" | ||
postgrest-py = "0.10.3" | ||
realtime = "^1.0.0" | ||
gotrue = "^1.0.0" | ||
httpx = "^0.23.0" | ||
storage3 = ">=0.3.5,<0.5.0" | ||
storage3 = "0.5.0" | ||
supafunc = "^0.2.2" | ||
python-semantic-release = "7.33.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.7.1" | ||
__version__ = "1.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters