Automatically generated by python-semantic-release ([`84c69d5`](https://github.com/supabase-community/supabase-py/commit/84c69d5c58143f84e7f6e812ffe1efa6291518a3))
* chore: trigger release ([`d01a456`](https://github.com/supabase-community/supabase-py/commit/d01a45665babe9814013aac1560dc5ac4b7e8c6d))
* chore(deps-dev): bump python-dotenv from 0.20.0 to 0.21.0
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0)
---
updated-dependencies:
- dependency-name: python-dotenv
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <supportgithub.com> ([`a254982`](https://github.com/supabase-community/supabase-py/commit/a254982fd18ccc18b20da094c1d0f1b011990998))
* chore(deps-dev): bump pytest-cov from 3.0.0 to 4.0.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.0.0)
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <supportgithub.com> ([`4414a8d`](https://github.com/supabase-community/supabase-py/commit/4414a8d80d61f8833cf983031505382671789da1))
* chore(deps-dev): bump flake8 from 4.0.1 to 5.0.4
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.4.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.4)
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <supportgithub.com> ([`fba47ef`](https://github.com/supabase-community/supabase-py/commit/fba47ef714a5f433ff4d3068293cf649b955c612))
* chore: adds new python blog to readme ([`3171a02`](https://github.com/supabase-community/supabase-py/commit/3171a023fc5f3b3c66b1ede5b6293b62b0a0da12))
Feature
* feat: setting timeout for postgrest-py client. Closes 225 ([`258ddf1`](https://github.com/supabase-community/supabase-py/commit/258ddf12e2c5df8b30175c7a295934bc0f78133d))
* feat: setting timeout for postgrest-py client. Closes 225 ([`709ad8d`](https://github.com/supabase-community/supabase-py/commit/709ad8dd12f5654ba44c34b5a03e9d0c191a09e3))
* feat: setting timeout for postgrest-py client. Closes 225 ([`4769dc4`](https://github.com/supabase-community/supabase-py/commit/4769dc4aa8fef866e1173cd3d1e39923ba0aadd6))
* feat: setting timeout for postgrest-py client. Closes 225 ([`a910474`](https://github.com/supabase-community/supabase-py/commit/a910474b6827f1e9dbf9f0dd5f127788ca6da29d))
* feat: added timeout to options (225) ([`136ce25`](https://github.com/supabase-community/supabase-py/commit/136ce2576c859cf87175778e1569e073bb67aa63))
* feat: added timeout to options ([`069ada2`](https://github.com/supabase-community/supabase-py/commit/069ada2f14c44e96f20e60c31ad1fdb8d9beb9e4))
* feat: setting timeout for postgrest-py client (225) ([`de5aba3`](https://github.com/supabase-community/supabase-py/commit/de5aba359ad21fd35f4e222f4693913b9777618e))
Unknown
* Merge pull request 236 from mohnish7/pr/234
Continuation of Pr/234: ran isort and black for tests ([`fff264f`](https://github.com/supabase-community/supabase-py/commit/fff264f2f22a01a1fbc5c8fbc9a0a3e5cebcf9c2))
* ran isort and black
First time contributing to an open source project, so please let me know if anything is wrong. I ran isort and black as requested by J0 ([`754bc06`](https://github.com/supabase-community/supabase-py/commit/754bc06d73c91c2f0efc3915cdd323febc389cdd))
* Revert &34;feat: added timeout to options&34;
This reverts commit 069ada2f14c44e96f20e60c31ad1fdb8d9beb9e4. ([`3f51884`](https://github.com/supabase-community/supabase-py/commit/3f518849385928f258d3ca5152c6ffb6da7d8e71))
* Merge pull request 281 from supabase-community/dependabot/pip/develop/python-dotenv-0.21.0
chore(deps-dev): bump python-dotenv from 0.20.0 to 0.21.0 ([`c490f87`](https://github.com/supabase-community/supabase-py/commit/c490f87c01bac4a886ea7957fa05834f72ee4e52))
* Merge pull request 282 from supabase-community/dependabot/pip/develop/pytest-cov-4.0.0
chore(deps-dev): bump pytest-cov from 3.0.0 to 4.0.0 ([`5efd68a`](https://github.com/supabase-community/supabase-py/commit/5efd68abf94611230edb4d56d3909c9bc11f0163))
* Merge pull request 252 from supabase-community/dependabot/pip/develop/flake8-5.0.4
chore(deps-dev): bump flake8 from 4.0.1 to 5.0.4 ([`47863f8`](https://github.com/supabase-community/supabase-py/commit/47863f828972ffb8bd75c3bf810ddc8f44b1beef))
* Merge pull request 275 from ZetiMente/develop
update realtime ([`01d83a4`](https://github.com/supabase-community/supabase-py/commit/01d83a4f7d0395def36650901820552b9f662877))
* update realtime ([`1929ff2`](https://github.com/supabase-community/supabase-py/commit/1929ff213000276fd5c11c0f7ea480d63cd3c39f))