This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33<!-- next-version-placeholder-->
44
5+ ## v0.7.1 (2022-01-04)
6+ ### Performance
7+ * Sync configurations with gotrue-py ([ #66 ] ( https://github.com/supabase-community/postgrest-py/issues/66 ) ) ([ ` d5a97da ` ] ( https://github.com/supabase-community/postgrest-py/commit/d5a97daad42a431b2d36f16e3969b38b9dded288 ) )
8+
9+ ** [ See all commits in this version] ( https://github.com/supabase-community/postgrest-py/compare/v0.7.0...v0.7.1 ) **
10+
511### v0.5.0
612
713#### Features
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- __version__ = "0.7.0 "
3+ __version__ = "0.7.1 "
44
55from ._async .client import AsyncPostgrestClient
66from ._async .request_builder import (
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " postgrest-py"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44description = " PostgREST client for Python. This library provides an ORM interface to PostgREST."
55authors = [
" Lương Quang Mạnh <[email protected] >" ]
66homepage = " https://github.com/supabase/postgrest-py"
You can’t perform that action at this time.
0 commit comments