Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.32.1 to 7.32.2.
- [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.32.1...v7.32.2)
---
updated-dependencies:
- dependency-name: python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <supportgithub.com> ([`d752730`](https://github.com/supabase-community/supabase-py/commit/d752730735a5b01ef72b47d28adb9710eb1909fc))
* chore(deps-dev): bump commitizen from 2.35.0 to 2.37.0
Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 2.35.0 to 2.37.0.
- [Release notes](https://github.com/commitizen-tools/commitizen/releases)
- [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/commitizen-tools/commitizen/compare/v2.35.0...v2.37.0)
---
updated-dependencies:
- dependency-name: commitizen
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <supportgithub.com> ([`13a1a59`](https://github.com/supabase-community/supabase-py/commit/13a1a59e7691656924f3ef5cdf9ced3165a4ae89))
* chore(deps-dev): bump pytest from 7.1.3 to 7.2.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.3...7.2.0)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <supportgithub.com> ([`dcda932`](https://github.com/supabase-community/supabase-py/commit/dcda9326dca9c367f0d2a7f3074db602c72fd2fa))
Documentation
* docs: update readme to show hidden parts:
Installation, Usage etc. have been hidden ([`16397d9`](https://github.com/supabase-community/supabase-py/commit/16397d9591de73bf570f1bbce213ae55a91188e4))
Fix
* fix: move over syncclient ([`f389e77`](https://github.com/supabase-community/supabase-py/commit/f389e77054444f51f015abfb422284ca355f1488))
* fix: add missing import ([`46cc96a`](https://github.com/supabase-community/supabase-py/commit/46cc96aabe0c3b7aba0ca23c581dc0bf8c52176f))
* fix: update auth client options ([`c46c3a5`](https://github.com/supabase-community/supabase-py/commit/c46c3a503de3c18ec95f3ddbc4c463b6e6bf3393))
* fix: update readme ([`8765c72`](https://github.com/supabase-community/supabase-py/commit/8765c7244c2d75fc123fc5eb04a47417f165b964))
Unknown
* Merge pull request 360 from supabase-community/j0/bump-versions
chore: publish v1.0.0 with new versions of sublibs. py37 is deprecated ([`1cd6d87`](https://github.com/supabase-community/supabase-py/commit/1cd6d872341ab2ca99a7e52e8f60ab1eef3454a1))
* Merge pull request 352 from supabase-community/dependabot/pip/develop/postgrest-py-0.10.4
chore(deps): bump postgrest-py from 0.10.3 to 0.10.4 ([`93a9ef9`](https://github.com/supabase-community/supabase-py/commit/93a9ef98390c6798c9fd42a9d20a9e89d2c60e10))
* Merge pull request 353 from ShantanuNair/patch-1
Update poetry.lock; Remove dataclasses dependency ([`e62e95d`](https://github.com/supabase-community/supabase-py/commit/e62e95d422b02b5dda094bc95233318868f6675b))
* Update poetry.lock; Remove dataclasses dependency
- Dataclasses is no longer needed. It is a dependency needed only for Python < 3.7. Realtime, however requires Python >= 3.7, and so this dep isn&39;t needed.
- Already removed in realtime https://github.com/supabase-community/realtime-py/pull/48
- Fixes https://github.com/supabase-community/supabase-py/issues/33#issuecomment-1399638278 This issue comes up when using this library in AWS Lambda with serverless framework plugin serverless-python-requirements and this lock file makes it hard to deploy to Lambda with environments Python >= 3.7. ([`398a0a3`](https://github.com/supabase-community/supabase-py/commit/398a0a35d29bdf32515124ff59142ec383543774))
* Merge pull request 350 from supabase-community/dependabot/pip/develop/commitizen-2.40.0
chore(deps-dev): bump commitizen from 2.39.1 to 2.40.0 ([`202c070`](https://github.com/supabase-community/supabase-py/commit/202c070a94a4028c43eab0b3dcfb19a363dc92ae))
* Merge pull request 349 from supabase-community/dependabot/pip/develop/python-semantic-release-7.33.0
chore(deps): bump python-semantic-release from 7.32.2 to 7.33.0 ([`d8a44ba`](https://github.com/supabase-community/supabase-py/commit/d8a44ba8d4d7343b94e3f32f1ae89b6a6249aa53))
* Merge pull request 347 from supabase-community/dependabot/pip/develop/storage3-0.4.0
chore(deps): bump storage3 from 0.3.5 to 0.4.0 ([`ed2b4f7`](https://github.com/supabase-community/supabase-py/commit/ed2b4f76b85308364a572e2d5d123252e11e5810))
* Merge pull request 348 from supabase-community/j0/update-poetry
chore: update poetry lockfile ([`25c145b`](https://github.com/supabase-community/supabase-py/commit/25c145b83ad0371ca7280ade174bba6fcc811bb3))
* Merge pull request 294 from supabase-community/dependabot/pip/develop/python-semantic-release-7.32.2
chore(deps): bump python-semantic-release from 7.32.1 to 7.32.2 ([`3227d4a`](https://github.com/supabase-community/supabase-py/commit/3227d4a23bc69712e13f1347017bc0d473ae99a7))
* Merge pull request 315 from t-huyeng/fix-readme
docs: update readme to show hidden parts ([`d7099db`](https://github.com/supabase-community/supabase-py/commit/d7099db6ef129eeb72171e864449eee4864bb30c))
* Merge pull request 309 from wellsilver/patch-1
Fix grammar in readme ([`b2cddf0`](https://github.com/supabase-community/supabase-py/commit/b2cddf0277c627391d2dc42db9a3cd6e50552bb6))
* Update README.md ([`e73042c`](https://github.com/supabase-community/supabase-py/commit/e73042c5767a74f5919a5011c00d26b1921b3f31))
* replace a for I missed at line 42 ([`77ef300`](https://github.com/supabase-community/supabase-py/commit/77ef300f11674f056c7ee132a476ff8328fa6d55))
* Make line 42 better ([`8975705`](https://github.com/supabase-community/supabase-py/commit/8975705f0c634e0bc2702d1853f0b37aef39ac6a))
* Expand the note to also hide the text for the broken link ([`14e6ad1`](https://github.com/supabase-community/supabase-py/commit/14e6ad1683027fe78ceb6007199024c35d6c869f))
* Make the broken link into a note (for when its fixed) ([`76845bb`](https://github.com/supabase-community/supabase-py/commit/76845bbfa7f64ed1d6b84ba7648c8eea5b28935f))
* Better progress sheet ([`93eeaf0`](https://github.com/supabase-community/supabase-py/commit/93eeaf04b7f17f14b8173b25d39b2412b44780e6))
* fix spelling error ([`35ab103`](https://github.com/supabase-community/supabase-py/commit/35ab1033c2fa316522c960699a3f4a3a5a05be4a))
* Merge pull request 310 from bweisel/patch-1
Fix broken link in README ([`38e26d5`](https://github.com/supabase-community/supabase-py/commit/38e26d5e8c6085bc74a27ccc06aea981e44e8b5a))
* Fix broken link in README
https://github.com/supabase-community/supabase-py/issues/304 ([`966903c`](https://github.com/supabase-community/supabase-py/commit/966903c93c3573dd3353ff71bac196f0ff1a1b5b))
* Merge pull request 296 from timkpaine/tkp/conda
add conda package instructions to readme ([`b34828a`](https://github.com/supabase-community/supabase-py/commit/b34828afb7115a5b2c5b60aab1e962eb3904fb1d))
* add conda package instructions to readme ([`32b5a58`](https://github.com/supabase-community/supabase-py/commit/32b5a5889486c71e5b6f8aeabce3b5955b53c238))
* Merge pull request 302 from supabase-community/J0/update-readme
chore: Update README.md ([`d18cc32`](https://github.com/supabase-community/supabase-py/commit/d18cc320f6e25697609ab93a26406a5a501b757c))
* Update README.md ([`b13a2c3`](https://github.com/supabase-community/supabase-py/commit/b13a2c3ce8d65b482ef638b86f0194341eb6aa70))
* Update README.md ([`be68dd4`](https://github.com/supabase-community/supabase-py/commit/be68dd4d2f2b48f6a25a043b2355d1cdad541242))
* Merge pull request 298 from supabase-community/dependabot/pip/develop/commitizen-2.37.0
chore(deps-dev): bump commitizen from 2.35.0 to 2.37.0 ([`1f12755`](https://github.com/supabase-community/supabase-py/commit/1f1275585f7dbd7e77d1908ab86e7be027483a1f))
* Merge pull request 297 from supabase-community/dependabot/pip/develop/pytest-7.2.0
chore(deps-dev): bump pytest from 7.1.3 to 7.2.0 ([`1b54ef7`](https://github.com/supabase-community/supabase-py/commit/1b54ef747da626b6e7e51e3fe84c297f016fd8ed))
* Merge pull request 289 from rawandahmad698/develop
Custom exception class, URL & Key validation using RegEx, typo fixes. ([`f9b5ac1`](https://github.com/supabase-community/supabase-py/commit/f9b5ac12e135dfc5d2ea81bcff0d5e22e581eac4))
* Format fixes ([`5362864`](https://github.com/supabase-community/supabase-py/commit/5362864e005b892987940d26462585cc7d514cd8))
* Format fixes ([`2c1c0ef`](https://github.com/supabase-community/supabase-py/commit/2c1c0efca8fa87c222ccc6d999977a94afba4a99))
* Update test_function_configuration.py ([`0f0f65c`](https://github.com/supabase-community/supabase-py/commit/0f0f65ca76e24a1bfae80d793c3bcef3b99c263d))
* Update test_function_configuration.py ([`8244244`](https://github.com/supabase-community/supabase-py/commit/8244244638bcb2bfe17c5718e28f453dce46132f))
* Update test_function_configuration.py ([`84b7a71`](https://github.com/supabase-community/supabase-py/commit/84b7a7164b7ed837a0129ac0a31eda399f9b0bea))
* Fix tests ([`7ca812b`](https://github.com/supabase-community/supabase-py/commit/7ca812b7e781bd3cbf8f7257a168ab2fb6fd7c6a))
* Fix test_client.py grammar. ([`7f6ff50`](https://github.com/supabase-community/supabase-py/commit/7f6ff50ff1a4b9fe42e5e30c4ef4fc22ac401f6a))
* Fix client_options.py ([`d247c7e`](https://github.com/supabase-community/supabase-py/commit/d247c7e2819c424fb42659d4eceb5371c705e537))
* Custom exception class, typo fixes. ([`d80f982`](https://github.com/supabase-community/supabase-py/commit/d80f98247209453ae31cf96881c45a100ad9e09a))
* Merge pull request 287 from cadnce/develop
Replaced makefile with poetry scripts ([`8e98ee2`](https://github.com/supabase-community/supabase-py/commit/8e98ee2d14f5ae0091e365eb89a309fc837a7b79))
* format scripts ([`77bf12a`](https://github.com/supabase-community/supabase-py/commit/77bf12a8ea908ac65bf663d67aad88b5b20d0c4f))
* Oops ([`d9da922`](https://github.com/supabase-community/supabase-py/commit/d9da92279baac5aff516f669303966a7e980bda4))
* Replaced makefile with poetry scripts ([`f194c51`](https://github.com/supabase-community/supabase-py/commit/f194c51132d771f8d0c166935400b4129521a6b9))
* Merge pull request 290 from RamiroND/patch-2
Updated URL ([`0a71887`](https://github.com/supabase-community/supabase-py/commit/0a7188793dbdc8629af60b4e9bf4066ff30c0168))
* Updated URL ([`e159dae`](https://github.com/supabase-community/supabase-py/commit/e159dae4a533c3a63aadb492fc8ee9db462060ef))