postgrest-py

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

MIT License

Downloads
662.6K
Stars
229
Committers
28

Bot releases are visible (Hide)

postgrest-py - v0.11.0

Published by github-actions[bot] about 1 year 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)
postgrest-py - v0.10.8

Published by J0 about 1 year ago

postgrest-py - v0.10.7

Published by J0 about 1 year ago

What's Changed

New Contributors

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

postgrest-py - v0.10.6

Published by J0 over 1 year ago

What's Changed

New Contributors

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

postgrest-py - v0.10.5

Published by J0 over 1 year ago

What's Changed

New Contributors

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

postgrest-py - v0.10.3

Published by J0 about 2 years ago

What's Changed

New Contributors

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

postgrest-py - v0.10.2

Published by github-actions[bot] over 2 years ago

Fix

Documentation

See all commits in this version

postgrest-py - v0.10.1

Published by github-actions[bot] over 2 years ago

Fix

See all commits in this version

postgrest-py - v0.10.0

Published by github-actions[bot] over 2 years ago

Feature

  • Add .contains and .contained_by operators to match JS client (#100) (7189e09)

See all commits in this version

postgrest-py - v0.9.2

Published by github-actions[bot] over 2 years ago

Fix

See all commits in this version

postgrest-py - v0.9.1

Published by github-actions[bot] over 2 years ago

postgrest-py - v0.9.0

Published by github-actions[bot] over 2 years ago

Feature

  • Export APIError and APIResponse (83e7799)

See all commits in this version

postgrest-py - v0.8.2

Published by github-actions[bot] over 2 years ago

Fix

See all commits in this version

postgrest-py - v0.8.1

Published by github-actions[bot] over 2 years ago

postgrest-py - v0.8.0

Published by github-actions[bot] almost 3 years ago

Feature

  • Add timeout as a parameter of clients (#75) (1ea965a)

See all commits in this version

postgrest-py - v0.7.1

Published by github-actions[bot] almost 3 years ago

Performance

  • Sync configurations with gotrue-py (#66) (d5a97da)

See all commits in this version

postgrest-py - v0.7.0

Published by leynier almost 3 years ago

What's Changed

Full Changelog: https://github.com/supabase-community/postgrest-py/compare/v0.6.0...v0.7.0

postgrest-py - v0.6.0

Published by leynier almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/supabase-community/postgrest-py/compare/v0.5.0...v0.6.0