Postgrest Py Versions Save

PostgREST client for Python. This library provides an ORM interface to PostgREST

v0.13.2

4 months ago

v0.13.2 (2024-01-11)

Fix

  • fix: add missing RPCFilterRequestBuilder and MaybeSingleRequestBuilder exports (3ab20e4)

v0.13.1

4 months ago

v0.13.1 (2024-01-04)

Chore

  • chore(deps): bump pydantic from 2.4.2 to 2.5.0 (#332)

Bumps pydantic from 2.4.2 to 2.5.0.


updated-dependencies:

  • dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (fb0b8c2)

  • chore(deps-dev): bump pytest from 7.4.2 to 7.4.3 (#329)

Bumps pytest from 7.4.2 to 7.4.3.


updated-dependencies:

  • dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (85826ea)

  • chore(deps): bump pydantic from 2.1.1 to 2.4.2 (#314)

Bumps pydantic from 2.1.1 to 2.4.2.


updated-dependencies:

  • dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (9579d03)

  • chore(deps-dev): bump gitpython from 3.1.35 to 3.1.37 (#320)

Bumps gitpython from 3.1.35 to 3.1.37.


updated-dependencies:

  • dependency-name: gitpython dependency-type: indirect ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (0e6e8b0)

  • chore(deps-dev): bump urllib3 from 2.0.4 to 2.0.7 (#324)

Bumps urllib3 from 2.0.4 to 2.0.7.


updated-dependencies:

  • dependency-name: urllib3 dependency-type: indirect ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (ffa552f)

  • chore(deps-dev): bump python-semantic-release from 8.1.1 to 8.3.0 (#327)

Bumps python-semantic-release from 8.1.1 to 8.3.0.


updated-dependencies:

  • dependency-name: python-semantic-release dependency-type: direct:development update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (3f2eebb)

  • chore(deps-dev): bump black from 23.10.0 to 23.10.1 (#328)

Bumps black from 23.10.0 to 23.10.1.


updated-dependencies:

  • dependency-name: black dependency-type: direct:development update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (32d3abf)

Fix

  • fix: update httpx and other dev dependencies (bfc6714)

v0.13.0

7 months ago

v0.13.0 (2023-10-22)

Chore

  • chore(deps-dev): bump black from 23.9.1 to 23.10.0 (#325)

Bumps black from 23.9.1 to 23.10.0.


updated-dependencies:

  • dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (193c8df)

Feature

  • feat: add offset (#326)

Co-authored-by: [email protected] <[email protected]> (7cd6751)

v0.12.1

7 months ago

v0.12.1 (2023-10-17)

Chore

  • chore(deps-dev): bump pre-commit from 3.3.3 to 3.5.0 (#323)

Bumps pre-commit from 3.3.3 to 3.5.0.


updated-dependencies:

  • dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (1209139)

  • chore: add python 3.12 to CI (#319)

  • chore: add python 3.12 to CI

  • chore: update autoflake hook

  • chore: add myself to codeowners

  • fix: make doc requirements optional (d1ee0bb)

Fix

  • fix: make rpc function sync (#322) (04f4980)

v0.12.0

7 months ago

v0.12.0 (2023-10-06)

Feature

  • feat: add csv() modifier (#316)

  • fix: cast to correct type

  • feat: add csv() modifier

  • chore: export SingleRequestBuilder

  • chore: write tests for csv()

  • 'Refactored by Sourcery' (#317)

Co-authored-by: Sourcery AI <>


Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> (4f6e9d9)

v0.11.0

8 months ago

v0.11.0 (2023-09-28)

Chore

  • chore(deps-dev): bump python-semantic-release from 7.34.6 to 8.1.1 (#311)

Bumps python-semantic-release from 7.34.6 to 8.1.1.


updated-dependencies:

  • dependency-name: python-semantic-release dependency-type: direct:development update-type: version-update:semver-major ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (d5a32d4)

  • chore(deps-dev): bump pytest from 7.4.0 to 7.4.2 (#304)

Bumps pytest from 7.4.0 to 7.4.2.


updated-dependencies:

  • dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (488721a)

  • chore(deps-dev): bump black from 23.7.0 to 23.9.1 (#303)

Bumps black from 23.7.0 to 23.9.1.


updated-dependencies:

  • dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (9e99b11)

  • chore(deps): bump furo from 2023.7.26 to 2023.9.10 (#298)

Bumps furo from 2023.7.26 to 2023.9.10.


updated-dependencies:

  • dependency-name: furo dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (39aa5c9)

  • chore(deps): bump sphinx from 7.0.1 to 7.1.2 (#281)

Bumps sphinx from 7.0.1 to 7.1.2.


updated-dependencies:

  • dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (c7a77a1)

  • chore(deps-dev): bump gitpython from 3.1.34 to 3.1.35 (#296)

Bumps gitpython from 3.1.34 to 3.1.35.


updated-dependencies:

  • dependency-name: gitpython dependency-type: indirect ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (324fa53)

  • chore(deps-dev): bump gitpython from 3.1.32 to 3.1.34 (#295)

Bumps gitpython from 3.1.32 to 3.1.34.


updated-dependencies:

  • dependency-name: gitpython dependency-type: indirect ...

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (ed6928a)

Feature

  • feat: generic query builders (#309)

  • feat: make all query builders generic

  • feat: return generic request builders from client methods

  • chore: use typing.List instead of builtin

  • chore: use typing.List

  • fix: correct type of APIResponse.data

  • feat: make RPCFilterRequestBuilder

This makes sure the return types of rpc() and other query methods are correct. See https://gist.github.com/anand2312/93d3abf401335fd3310d9e30112303bf for an explanation.

  • chore: use typing.List

  • feat: make get_origin_and_cast

This fixes the type-checker error raised while accessing RequestBuilder[T].origin

  • fix: use typing.List (ba9ad8d)

  • feat: update semver, add CODEOWNERS (#299)

  • Update ci.yml

  • chore: add CODEOWNERS


Co-authored-by: [email protected] <[email protected]> (18b5838)

Fix

  • fix: pre-commit hook to stop checks on md files (#315)

  • fix: pre-commit hook to stop checks on md files

  • fix(ci): using correct token to publish a release

  • fix: correct semantic release variable names (e8fbe61)

  • fix: update upsert type (#307)

Co-authored-by: [email protected] <[email protected]> (3329234)

  • fix: add semver (#297)

  • fix: add semver

  • fix: add environ and perms


Co-authored-by: [email protected] <[email protected]> (166fa7c)

  • fix: maybe_single with no matching rows returns None (#289) (a5efce6)

Unknown

  • re-enable pydantic 1.9 (#283) (8d1f249)

v0.10.8

9 months ago

v0.10.7

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/supabase-community/postgrest-py/compare/v0.10.6...v0.10.7

v0.10.6

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/supabase-community/postgrest-py/compare/v0.10.5...v0.10.6

v0.10.5

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/supabase-community/postgrest-py/compare/v0.10.3...v0.10.5