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.9.0 (2022-02-19)
6+ ### Feature
7+ * Export APIError and APIResponse ([ ` 83e7799 ` ] ( https://github.com/supabase-community/postgrest-py/commit/83e77991101c8e8aec42552344b02ce8db6bd04a ) )
8+
9+ ** [ See all commits in this version] ( https://github.com/supabase-community/postgrest-py/compare/v0.8.2...v0.9.0 ) **
10+
511## v0.8.2 (2022-01-30)
612### Fix
713* Add-response-model ([ ` 4c0259d ` ] ( https://github.com/supabase-community/postgrest-py/commit/4c0259d1658c07bf3e78fe03d98b304f7a6f0c7a ) )
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- __version__ = "0.8.2 "
3+ __version__ = "0.9.0 "
44
55from httpx import Timeout
66
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " postgrest-py"
3- version = " 0.8.2 "
3+ version = " 0.9.0 "
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