File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " supabase_utils"
3- version = " 2.26.0"
3+ version = " 2.27.0" # {x-release-please-version}
4+ authors = [
5+ {
name =
" Leonardo Santiago" ,
email =
" [email protected] " }
6+ ]
7+ maintainers = [
8+ {
name =
" Leonardo Santiago" ,
email =
" [email protected] " }
9+ ]
10+ classifiers = [
11+ " Programming Language :: Python :: 3" ,
12+ " Operating System :: OS Independent"
13+ ]
14+ requires-python = " >=3.9"
415description = " Common collection of methods used in the supabase python libraries."
516readme = " README.md"
6- requires-python = " >=3.11"
717dependencies = [
818 " httpx>=0.28.1" ,
919 " pydantic>=2.12.2" ,
1020 " typing-extensions>=4.15.0" ,
1121 " yarl>=1.22.0" ,
1222]
23+
24+ [project .urls ]
25+ homepage = " https://github.com/supabase/supabase-py"
26+ repository = " https://github.com/supabase/supabase-py"
27+ documentation = " https://github.com/supabase/supabase-py/src/utils"
28+ changelog = " https://github.com/supabase/supabase-py/tree/main/CHANGELOG.md"
You can’t perform that action at this time.
0 commit comments