Automatically generated by python-semantic-release ([`34fd1bd`](https://github.com/supabase-community/postgrest-py/commit/34fd1bda6893782a955340e39bcdba6633034a69))
Fix
* fix: Add-response-model ([`4c0259d`](https://github.com/supabase-community/postgrest-py/commit/4c0259d1658c07bf3e78fe03d98b304f7a6f0c7a))
Unknown
* Add-response-model (64)
* add poetry dependency
* create APIResponse model
* return APIResponse model in execute method
* sort imports
* mypy bug workaround (https://github.com/python/mypy/issues/9319)
* split logic, validate error existance and better type APIResponse
* Implement APIError
* add missing black config in pre-commit config
* type APIError properties
* fix: rm unused code and use returning param in update
* refactor: reorder lines
* chore: rebuild sync
* chore: rebuild poetry.lock
* fix: remove wrong parameter
* chore: format
* Chore: add missing return types
Co-authored-by: Anand <40204976+anand2312users.noreply.github.com>
* chore: replace builtin dict by Dict to support python < 3.9
* chore: update precommit hooks
* chore: apply format
* update return type in execute method
* use relative import
* add link to mypy issue
* switch super init by class init to avoid future errors
* chore: apply future annotations notation to return
* chore: rebuild sync
* tests: Add tests for response model (74)
* initial commit
* tests: add fixtures for APIResponse
* tests: [WIP] Test methods that don&39;t interact with RequestResponse
* tests: replace builtin type by typing type and add type annotations
* tests: add requests Response fixtures
* chore: change return order to improve readability
* tests: add tests for left methods
Co-authored-by: Joel Lee <joeljoellee.org>
Co-authored-by: Dani Reinón <danidribo.es>
* chore: modify ValueError with ValidationError
* chore: add &34;_&34; to internal methods
Co-authored-by: Anand <40204976+anand2312users.noreply.github.com>
Co-authored-by: Lee Yi Jie Joel <lee.yi.jie.joelgmail.com>
Co-authored-by: Joel Lee <joeljoellee.org> ([`07ef4d4`](https://github.com/supabase-community/postgrest-py/commit/07ef4d4c03f014207ec1707786e601aa7f21b97d))
* Bump httpx from 0.21.3 to 0.22.0 (84)
Bumps [httpx](https://github.com/encode/httpx) from 0.21.3 to 0.22.0.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/httpx/compare/0.21.3...0.22.0)
---
updated-dependencies:
- dependency-name: httpx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`e190621`](https://github.com/supabase-community/postgrest-py/commit/e1906211c42bc6e3f7918f5e0c4bf342690f64d8))
* Bump python-semantic-release from 7.23.0 to 7.24.0 (82)
Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.23.0 to 7.24.0.
- [Release notes](https://github.com/relekang/python-semantic-release/releases)
- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.23.0...v7.24.0)
---
updated-dependencies:
- dependency-name: python-semantic-release
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`0cefdc7`](https://github.com/supabase-community/postgrest-py/commit/0cefdc7895319ab0fdba25662d62fc54bcaffc7e))