Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.2"
".": "1.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## [1.1.0](https://github.com/supabase/postgrest-py/compare/v1.0.2...v1.1.0) (2025-06-19)


### Features

* allow injection of httpx client ([#591](https://github.com/supabase/postgrest-py/issues/591)) ([635a4ba](https://github.com/supabase/postgrest-py/commit/635a4ba421457ce0967c3efc332ae883b693ef71))


### Bug Fixes

* **pydantic:** model_validate_json causing code break with pydantic v1 ([#609](https://github.com/supabase/postgrest-py/issues/609)) ([587dcc8](https://github.com/supabase/postgrest-py/commit/587dcc82835afd0290c0c83f3c38ff6b8de123a2))
* remove reliance on SyncClient and use Client directly from httpx ([#607](https://github.com/supabase/postgrest-py/issues/607)) ([021f1b6](https://github.com/supabase/postgrest-py/commit/021f1b65fd728116c715b33504df7c37847e6bf2))

## [1.0.2](https://github.com/supabase/postgrest-py/compare/v1.0.1...v1.0.2) (2025-05-21)


Expand Down
2 changes: 1 addition & 1 deletion postgrest/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.2" # {x-release-please-version}
__version__ = "1.1.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "postgrest"
version = "1.0.2" # {x-release-please-version}
version = "1.1.0" # {x-release-please-version}
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
authors = ["Lương Quang Mạnh <[email protected]>", "Joel Lee <[email protected]>", "Anand", "Oliver Rice", "Andrew Smith <[email protected]>"]
homepage = "https://github.com/supabase/postgrest-py"
Expand Down