supabase-py
supabase-py copied to clipboard
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.
Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 2.27.1 to 2.29.5. Changelog Sourced from commitizen's changelog. v2.29.5 (2022-08-07) Fix git: use "git tag -v" return_code to check whether a tag is signed v2.29.4 (2022-08-05) Refactor...
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.4. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request #1646 from televi/main 7b8b374...
**Is your feature request related to a problem? Please describe.** There are a good amount of python libraries that require async to use. for me it's mostly discord.py. so giving...
Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.28.1 to 7.31.2. Release notes Sourced from python-semantic-release's releases. v7.31.2 Fix Add better handling of missing changelog placeholder (e7a0e81) Add repo=None when not in git repo (40be804)...
postgrest-py accepts a timeout parameter from [v0.8.0](https://github.com/supabase-community/postgrest-py/commit/1ea965a6cb32dacb5f41cd1198f8a970a24731b6) Added the`timeout` option for the postgrest client and made it optional, with a defaulf of 5sec. @anand2312 @J0 @dreinon @leynier Closes #225
Apologies if I'm doing something wrong - this is my first open source contribution. I'm running two tests to help pass checks for PR/234. This is the PR in question:...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.19.0 to 2.20.0. Release notes Sourced from pre-commit's releases. pre-commit v2.20.0 Features Expose source and object-name (positional args) of prepare-commit-msg hook as PRE_COMMIT_COMIT_MSG_SOURCE and PRE_COMMIT_COMMIT_OBJECT_NAME. #2407 PR...
If your table has a field called "apikey" queries will always be truthy regardless of if they really are data = supabase.table('users').select('email, api_key').eq('api_key', 'fakekey').execute().dict() data will always return data... Found...
Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0. Release notes Sourced from black's releases. 22.6.0 Style Fix unstable formatting involving #fmt: skip and # fmt:skip comments (notice the lack of spaces) (#2970)...
postgrest-py accepts a timeout parameter from [v0.8.0](https://github.com/supabase-community/postgrest-py/commit/1ea965a6cb32dacb5f41cd1198f8a970a24731b6) We don't have an option to set this from supabase-py. So, if the queries run longer than 5s it throws an exception.