supabase-py

Python Client for Supabase. Query Postgres from Flask, Django, FastAPI. Python user authentication, security policies, edge functions, file storage, and realtime data streaming. Good first issue.

MIT License

Downloads
685.9K
Stars
1.6K
Committers
67

Bot releases are visible (Hide)

supabase-py - v2.6.0 Latest Release

Published by github-actions[bot] 3 months ago

v2.6.0 (2024-07-24)

Chore

  • chore(deps): bump supafunc from 0.4.7 to 0.5.0 (#866) (7201089)

  • chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 (#865) (ccdb442)

  • chore(deps-dev): bump commitizen from 3.27.0 to 3.28.0 (#862) (877a7e0)

  • chore(deps): bump gotrue from 2.5.5 to 2.6.0 (#861) (bf1a2a6)

Feature

  • feat: add edge functions timeout (#846) (c4fe829)

Unknown

  • Update README.md (#820) (53ed4fe)
supabase-py - v2.5.3

Published by github-actions[bot] 3 months ago

v2.5.3 (2024-07-16)

Fix

  • fix: missing await in async create_client (#859) (07c75ee)
supabase-py - v2.5.2

Published by github-actions[bot] 3 months ago

v2.5.2 (2024-07-16)

Chore

  • chore(deps): bump postgrest from 0.16.8 to 0.16.9 (#858) (aab9c3e)

  • chore(deps): bump storage3 from 0.7.6 to 0.7.7 (#857) (1c57f11)

  • chore(deps): bump supafunc from 0.4.6 to 0.4.7 (#856) (e86ca82)

  • chore(deps): bump gotrue from 2.5.4 to 2.5.5 (#855) (544dd41)

  • chore(deps-dev): bump zipp from 3.18.1 to 3.19.1 in the pip group across 1 directory (#854) (b339e83)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.8.4 to 9.8.5 (#853) (989668b)

  • chore(deps-dev): bump python-semantic-release from 9.8.4 to 9.8.5 (#852) (592fe8e)

  • chore(deps): bump certifi from 2024.2.2 to 2024.7.4 in the pip group across 1 directory (#849) (ac5f04d)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.8.3 to 9.8.4 (#848) (f846a94)

  • chore(deps-dev): bump python-semantic-release from 9.8.3 to 9.8.4 (#847) (419b5e0)

  • chore(deps): bump gotrue from 2.5.3 to 2.5.4 (#842) (55c2581)

  • chore(deps): bump gotrue from 2.5.2 to 2.5.3 (#841) (50c3d3a)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.8.1 to 9.8.3 (#836) (c7fa816)

  • chore(deps): bump gotrue from 2.4.4 to 2.5.2 (#840) (e8d3463)

  • chore(deps-dev): bump python-semantic-release from 9.8.1 to 9.8.3 (#835) (dc958bc)

  • chore(deps): bump realtime from 1.0.5 to 1.0.6 (#832) (39e746d)

  • chore(deps-dev): bump urllib3 from 2.2.1 to 2.2.2 in the pip group across 1 directory (#831) (8ee2946)

Fix

  • fix: resolve user session inside of the create factory method (#851) (4635994)
supabase-py - v2.5.1

Published by github-actions[bot] 4 months ago

v2.5.1 (2024-06-11)

Chore

  • chore(deps): bump supafunc from 0.4.5 to 0.4.6 (#826) (3558813)

  • chore(deps-dev): bump pytest from 8.2.1 to 8.2.2 (#825) (a0103b4)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.8.0 to 9.8.1 (#823) (d45df9b)

  • chore(deps): bump storage3 from 0.7.4 to 0.7.6 (#822) (dcb0992)

  • chore(deps-dev): bump python-semantic-release from 9.7.3 to 9.8.1 (#821) (f271d5b)

  • chore(deps): bump postgrest from 0.16.4 to 0.16.8 (#819) (b0cb1a5)

  • chore(deps): bump gotrue from 2.4.2 to 2.4.4 (#817) (9f91f7d)

  • chore(deps): bump realtime from 1.0.4 to 1.0.5 (#812) (035c0f4)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.7.3 to 9.8.0 (#810) (683a820)

  • chore(deps-dev): bump commitizen from 3.26.0 to 3.27.0 (#807) (bebb676)

Fix

  • fix: add "verify" flag to the creation of client (0c51cf0)
supabase-py - v2.5.0

Published by github-actions[bot] 5 months ago

v2.5.0 (2024-05-28)

Feature

  • feat: add schema method to the client (#809) (d6a5df9)
supabase-py - v2.4.6

Published by github-actions[bot] 5 months ago

v2.4.6 (2024-05-22)

Chore

  • chore(deps-dev): bump requests from 2.31.0 to 2.32.0 in the pip group across 1 directory (#804) (2972d76)

  • chore(deps-dev): bump commitizen from 3.25.0 to 3.26.0 (#803) (ee0cc80)

  • chore(deps-dev): bump pytest from 8.2.0 to 8.2.1 (#802) (5f87f29)

  • chore(deps-dev): bump python-semantic-release from 9.7.1 to 9.7.3 (#800) (1a81218)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.7.1 to 9.7.3 (#799) (ef184a8)

  • chore(deps-dev): bump python-semantic-release from 9.6.0 to 9.7.1 (#795) (fee2b5e)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.6.0 to 9.7.1 (#794) (18e0743)

Fix

  • fix: refactor create_client functions to call constructor directly (#805) (46c201f)
supabase-py - v2.4.5

Published by github-actions[bot] 6 months ago

v2.4.5 (2024-05-01)

Chore

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.5.0 to 9.6.0 (#787) (719e43b)

Fix

  • fix(deps-dev): commitizen from 3.24.0 to 3.25.0 (#788) (5e8074a)
supabase-py - v2.4.4

Published by github-actions[bot] 6 months ago

v2.4.4 (2024-05-01)

Chore

  • chore(deps-dev): bump python-semantic-release from 9.5.0 to 9.6.0 (#785) (fbbf3d5)

  • chore(deps-dev): bump pytest from 8.1.1 to 8.2.0 (#784) (f1727a0)

  • chore(deps-dev): bump python-semantic-release from 9.4.2 to 9.5.0 (#778) (4828e3b)

  • chore(deps-dev): bump black from 24.4.0 to 24.4.2 (#782) (105adca)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.4.2 to 9.5.0 (#779) (59b73eb)

  • chore(deps-dev): bump commitizen from 3.22.0 to 3.24.0 (#776) (8a64d83)

  • chore: update .pre-commit-config.yaml (#772) (f893cc8)

  • chore: add import async client (#760) (ad2fe1c)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.4.1 to 9.4.2 (#769) (4a67fc2)

  • chore(deps-dev): bump python-semantic-release from 9.4.1 to 9.4.2 (#768) (6fcf11a)

Fix

  • fix(deps): bump postgrest from 0.16.3 to 0.16.4 with timeout fix (#786) (5cb84a5)

Unknown

supabase-py - v2.4.3

Published by github-actions[bot] 6 months ago

v2.4.3 (2024-04-17)

Fix

  • fix(user auth context): do not overwrite provided client options Authorization header (#766) (4214c43)
supabase-py - v2.4.2

Published by github-actions[bot] 6 months ago

v2.4.2 (2024-04-14)

Chore

  • chore(deps-dev): bump black from 24.3.0 to 24.4.0 (#765) (23d97ce)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.3.1 to 9.4.1 (#758) (d1ea76e)

  • chore(deps-dev): bump python-semantic-release from 9.3.1 to 9.4.1 (#759) (32e465b)

  • chore(deps-dev): bump commitizen from 3.20.0 to 3.22.0 (#761) (583d0d5)

  • chore(deps): bump idna from 3.6 to 3.7 (#763)

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

Fix

  • fix: Update minimum postgrest dep for imports (#767) (ac2d62d)

  • fix: remove default mutable argument from client creation (#764) (5e46177)

Unknown

  • remove mdformat-gfm (#750) (73c1958)
supabase-py - v2.4.1

Published by github-actions[bot] 7 months ago

v2.4.1 (2024-03-26)

Chore

  • chore(deps): bump realtime from 1.0.2 to 1.0.3 (#748) (44afe58)

  • chore(deps): bump gotrue from 2.4.1 to 2.4.2 (#747) (fb8bb8a)

  • chore(deps): bump postgrest from 0.16.1 to 0.16.2 (#746) (90f9fa3)

  • chore(deps): bump storage3 from 0.7.3 to 0.7.4 (#745) (97d2977)

  • chore(deps): bump supafunc from 0.4.0 to 0.4.5 (#742)

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

  • chore(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 (#744) (451b9ae)

  • chore(deps-dev): bump python-semantic-release from 9.3.0 to 9.3.1 (#743) (d597397)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.3.0 to 9.3.1 (#741) (8f42f53)

  • chore: add python 3.12 to the test suite (#739) (6a3d83e)

  • chore(deps-dev): bump commitizen from 3.16.0 to 3.20.0 (#732)

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

  • chore(deps-dev): bump black from 24.2.0 to 24.3.0 (#728)

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

  • chore(deps-dev): bump python-semantic-release from 9.2.2 to 9.3.0 (#735)

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

  • chore: Ignore paths on push to CI (#738) (a23f288)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.2.2 to 9.3.0 (#736)

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

  • chore(deps-dev): bump pytest from 8.0.2 to 8.1.1 (#723)

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

  • chore(deps-dev): bump python-semantic-release from 9.1.1 to 9.2.2 (#733)

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

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.1.1 to 9.2.2 (#731)

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

  • chore(deps): bump storage3 from 0.7.0 to 0.7.3 (#724)

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

  • chore: update CODEOWNERS to use python-maintainers (#722) (d3362f3)

  • chore(deps): bump supafunc from 0.3.3 to 0.4.0 (#714)

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

  • chore(deps): bump codecov/codecov-action from 3 to 4 (#711)

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

  • chore(deps): bump python-semantic-release/python-semantic-release from 8.0.0 to 9.1.1 (#712)

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

  • chore(deps): bump gotrue from 2.1.0 to 2.4.1 (#713)

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

Fix

  • fix: update httpx dependency (#749) (fadbc4b)

Unknown

  • ignore paths on ci (#737) (9ad4290)

  • Adhere to github flavoured markdown syntax (#695) (954d243)

supabase-py - v2.4.0

Published by github-actions[bot] 8 months ago

v2.4.0 (2024-02-28)

Feature

  • feat: add actions to dependabot (#710) (4661668)
supabase-py - v2.3.8

Published by github-actions[bot] 8 months ago

v2.3.8 (2024-02-28)

Fix

  • fix: update postgrest and dev dependencies (#709) (f0f3079)
supabase-py - v2.3.7

Published by github-actions[bot] 8 months ago

v2.3.7 (2024-02-26)

Fix

  • fix: Update rpc return type (#702) (4130d20)
supabase-py - v2.3.6

Published by github-actions[bot] 8 months ago

v2.3.6 (2024-02-22)

Chore

  • chore(deps-dev): bump commitizen from 3.13.0 to 3.15.0 (#694)

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

  • chore(deps-dev): bump black from 23.12.1 to 24.2.0 (#687)

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

  • chore(deps-dev): bump pytest from 8.0.0 to 8.0.1 (#692)

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

Fix

  • fix: Export Core Supabase Classes and Functions Explicitly via all (#691)

Co-authored-by: Andrew Smith <[email protected]> (5d04c4c)

supabase-py - v2.3.5

Published by github-actions[bot] 8 months ago

v2.3.5 (2024-02-15)

Chore

  • chore(deps-dev): bump pytest from 7.4.4 to 8.0.0 (#677)

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

  • chore(deps-dev): bump python-dotenv from 1.0.0 to 1.0.1 (#675)

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

Fix

  • fix: add missing ClientOptions to the main init file (#688) (bd5f617)

Unknown

  • docs (sunbase-py) updated setup instructions, PR guidelines, added resources & links (#690) (846d8e7)

  • Update action versions in CI/CD (#679) (13bed26)

supabase-py - v2.3.4

Published by github-actions[bot] 9 months ago

v2.3.4 (2024-01-15)

Chore

  • chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#661)

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

  • chore(deps): bump postgrest from 0.13.1 to 0.13.2 (#662)

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

Fix

  • fix: update to latest postgrest (#669) (40cc767)
supabase-py - v2.3.3

Published by github-actions[bot] 9 months ago

v2.3.3 (2024-01-11)

Chore

  • chore: remove init client code from every usage example (b0c5ac7)

  • chore(deps-dev): bump gitpython from 3.1.40 to 3.1.41 (#659)

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

Fix

  • fix: add correct token to new requests when a user is signed in (c74b65b)
supabase-py - v2.3.2

Published by github-actions[bot] 9 months ago

v2.3.2 (2024-01-10)

Fix

  • fix: Add AsyncMemoryStorage to AsyncClient options

Co-authored-by: Andrew Smith <[email protected]> (732e931)

supabase-py - v2.3.1

Published by github-actions[bot] 10 months ago

v2.3.1 (2024-01-05)

Fix

  • fix: update httpx and other dev dependencies (#653) (e26e217)

Unknown

  • Update MAINTAINERS.md (#651) (39f4aa8)

  • Update MAINTAINERS.md (fa03108)