Supabase

Latest version: v2.10.0

Safety actively analyzes 688600 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 25 of 25

0.1.0

Unknown

* Bump version to 0.1.0 ([`82e7f55`](https://github.com/supabase-community/postgrest-py/commit/82e7f5529ec2a01e6426dc40a20fe8b8094958ba))

* Complete basic features ([`96fed3a`](https://github.com/supabase-community/postgrest-py/commit/96fed3a3d2d9e921c0ce9f8225dfa7948fa60f2b))

* Add GET only filters ([`3c1cbf2`](https://github.com/supabase-community/postgrest-py/commit/3c1cbf291151d3eb1380d6cc3bbdd392eaff22f0))

* Code refactoring ([`4379b7f`](https://github.com/supabase-community/postgrest-py/commit/4379b7fc760707d025143f218e6cee7391c781b1))

* Build a basic structure of the project ([`57e90da`](https://github.com/supabase-community/postgrest-py/commit/57e90dabd32e065b8651d74742817b48b366498a))

* Rename project to avoid collision ([`a5ff81b`](https://github.com/supabase-community/postgrest-py/commit/a5ff81bde0f38452b4d52c64c41b08b468deb80d))

* Update README.md and things ([`c77c5ea`](https://github.com/supabase-community/postgrest-py/commit/c77c5ea9d40d32fb8da3c6f21192c00687268e36))

* Poetry init ([`ec3df47`](https://github.com/supabase-community/postgrest-py/commit/ec3df475c35857cc5879c1cc0efd7305ee833a5f))

* Initial commit ([`d18b594`](https://github.com/supabase-community/postgrest-py/commit/d18b59465456b0b240d89dfe7236ad93f98c64bd))


CHANGELOG

[2.10.0](https://github.com/supabase/supabase-py/compare/v2.9.1...v2.10.0) (2024-11-04)


Features

* **auth:** bump gotrue from 2.9.3 to 2.10.0 ([984](https://github.com/supabase/supabase-py/issues/984)) ([34f86e6](https://github.com/supabase/supabase-py/commit/34f86e6320ec6043014fc59e75e8bffd43dab2ee))
* **functions:** bump supafunc from 0.6.2 to 0.7.0 ([982](https://github.com/supabase/supabase-py/issues/982)) ([bd630d5](https://github.com/supabase/supabase-py/commit/bd630d5071fa72aebd3efdd9c3ff194cab7420e0))
* **postgrest:** bump postgrest from 0.17.2 to 0.18.0 ([981](https://github.com/supabase/supabase-py/issues/981)) ([9b5cc07](https://github.com/supabase/supabase-py/commit/9b5cc07a2ee68a03bb4c854b38b675f9b2d032a7))
* **storage:** bump storage3 from 0.8.2 to 0.9.0 ([979](https://github.com/supabase/supabase-py/issues/979)) ([38d40e5](https://github.com/supabase/supabase-py/commit/38d40e53eb3897eadb111c55c40fb9b52a019297))

[2.9.1](https://github.com/supabase/supabase-py/compare/v2.9.0...v2.9.1) (2024-10-18)


Bug Fixes

* **auth:** bump gotrue from 2.9.1 to 2.9.2 ([957](https://github.com/supabase/supabase-py/issues/957)) ([e9feb48](https://github.com/supabase/supabase-py/commit/e9feb487f017c1d1aa0bbd0583c25016be9ad470))
* **auth:** raise the minimum version of gotrue to 2.9.0 ([963](https://github.com/supabase/supabase-py/issues/963)) ([fce8839](https://github.com/supabase/supabase-py/commit/fce8839d73208507b61af2b083fed4bf4602f71b))
* **deps:** bump gotrue from 2.9.2 to 2.9.3 ([969](https://github.com/supabase/supabase-py/issues/969)) ([5bb8e36](https://github.com/supabase/supabase-py/commit/5bb8e36021ca5dd48e2bfce3463e429e0b770e0c))
* **deps:** bump postgrest from 0.17.1 to 0.17.2 ([972](https://github.com/supabase/supabase-py/issues/972)) ([fcea7f4](https://github.com/supabase/supabase-py/commit/fcea7f4f9ba067adca340b4f6acfbd09167952e2))
* **deps:** bump realtime from 2.0.5 to 2.0.6 ([968](https://github.com/supabase/supabase-py/issues/968)) ([aba0ced](https://github.com/supabase/supabase-py/commit/aba0cedd0ec02626819dfe0b6ff4b74d93cc1186))
* **deps:** bump storage3 from 0.8.1 to 0.8.2 ([970](https://github.com/supabase/supabase-py/issues/970)) ([05abdaa](https://github.com/supabase/supabase-py/commit/05abdaae0b9ee877ef2db34cd41fc818eb9a7574))
* **deps:** bump supafunc from 0.6.1 to 0.6.2 ([971](https://github.com/supabase/supabase-py/issues/971)) ([de1d105](https://github.com/supabase/supabase-py/commit/de1d105444620f6fa905965cb79220b56ad0d06a))
* remove typing-extensions ([965](https://github.com/supabase/supabase-py/issues/965)) ([c2eed40](https://github.com/supabase/supabase-py/commit/c2eed40a9e51001d51197272e7f04d732c48a0cb))
* schema access optimization ([966](https://github.com/supabase/supabase-py/issues/966)) ([8f1300e](https://github.com/supabase/supabase-py/commit/8f1300eed555903733b62fb7ed2959328fba03fe))
* Types to use Option[T] ([960](https://github.com/supabase/supabase-py/issues/960)) ([c36d80f](https://github.com/supabase/supabase-py/commit/c36d80f4776d5ad53e90344670f643fb07d685bc))

[2.9.0](https://github.com/supabase/supabase-py/compare/v2.8.1...v2.9.0) (2024-10-04)


Features

* Proxy support ([950](https://github.com/supabase/supabase-py/issues/950)) ([2a89a7c](https://github.com/supabase/supabase-py/commit/2a89a7c7f6daface72741ed336e6ececb13c7b1e))


Bug Fixes

* **functions:** bump supafunc from 0.6.0 to 0.6.1 ([954](https://github.com/supabase/supabase-py/issues/954)) ([1834069](https://github.com/supabase/supabase-py/commit/18340690c58c217875511a11f40fc5e85001748b))
* **postgrest:** bump postgrest from 0.17.0 to 0.17.1 ([952](https://github.com/supabase/supabase-py/issues/952)) ([ec19cd4](https://github.com/supabase/supabase-py/commit/ec19cd4da0895a561ccc73f9f12228f70ced71b4))
* **storage:** bump storage3 from 0.8.0 to 0.8.1 ([953](https://github.com/supabase/supabase-py/issues/953)) ([b739b97](https://github.com/supabase/supabase-py/commit/b739b979014527a24a4efdf60e986821dde1c10a))

[2.8.1](https://github.com/supabase/supabase-py/compare/v2.8.0...v2.8.1) (2024-09-30)


Bug Fixes

* **auth:** bump gotrue from 2.9.0 to 2.9.1 ([948](https://github.com/supabase/supabase-py/issues/948)) ([90db548](https://github.com/supabase/supabase-py/commit/90db5480eec3fe403cfd3b161c6a37f121ef6706))
* **deps:** change version constraints on managed dependencies ([945](https://github.com/supabase/supabase-py/issues/945)) ([d4f9307](https://github.com/supabase/supabase-py/commit/d4f9307dd2f244dad3cbcafce549e0bf3f963571))
* storage type for async client options ([944](https://github.com/supabase/supabase-py/issues/944)) ([28a9c9f](https://github.com/supabase/supabase-py/commit/28a9c9f063ad3d70dd58dd588eecbac6e9621fc1))

[2.8.0](https://github.com/supabase/supabase-py/compare/v2.7.4...v2.8.0) (2024-09-29)


Features

* **auth:** bump gotrue from 2.7.0 to 2.8.0 ([916](https://github.com/supabase/supabase-py/issues/916)) ([ae97452](https://github.com/supabase/supabase-py/commit/ae9745247b271b3d2e9ef5ab28da04a68ffdc9bc))
* **auth:** bump gotrue from 2.8.1 to 2.9.0 ([940](https://github.com/supabase/supabase-py/issues/940)) ([9c6c433](https://github.com/supabase/supabase-py/commit/9c6c4333c3a102e0436fbd99dcaf2b38899a1d2d))
* **deps:** bump postgrest from 0.16.11 to 0.17.0 ([939](https://github.com/supabase/supabase-py/issues/939)) ([17bcf6d](https://github.com/supabase/supabase-py/commit/17bcf6ddcc123924fd24a7ba424ef6c9ee3adde4))
* **functions:** bump supafunc from 0.5.1 to 0.6.0 ([942](https://github.com/supabase/supabase-py/issues/942)) ([c1513a9](https://github.com/supabase/supabase-py/commit/c1513a972a82bf6ffeb1e5fce9458157e7c68b18))
* set default flow_type to pkce ([931](https://github.com/supabase/supabase-py/issues/931)) ([acbaae5](https://github.com/supabase/supabase-py/commit/acbaae5393d689535ace3d9e43b65392b9f94be6))
* **storage:** bump storage3 from 0.7.7 to 0.8.0 ([941](https://github.com/supabase/supabase-py/issues/941)) ([4060f47](https://github.com/supabase/supabase-py/commit/4060f4722b50341d870971fc37fb6c053d43f15b))


Bug Fixes

* async client options default values ([937](https://github.com/supabase/supabase-py/issues/937)) ([1e02178](https://github.com/supabase/supabase-py/commit/1e02178d3a62225d8230c36ca134cc01e02c9daa))
* async set_auth for realtime in auth event listener ([930](https://github.com/supabase/supabase-py/issues/930)) ([5e34512](https://github.com/supabase/supabase-py/commit/5e34512448bf037d1d002ebe162e415e707054b5))
* **deps:** bump gotrue from 2.8.0 to 2.8.1 ([923](https://github.com/supabase/supabase-py/issues/923)) ([eb7b466](https://github.com/supabase/supabase-py/commit/eb7b466838ba31bbe28af11144aff80cc94873fc))
* **deps:** bump realtime from 2.0.2 to 2.0.5 ([936](https://github.com/supabase/supabase-py/issues/936)) ([e1e0fb2](https://github.com/supabase/supabase-py/commit/e1e0fb25a62e7ca1819d327cdae00760d5cf64e2))
* **realtime:** enable auto_reconnect option from supabase client ([938](https://github.com/supabase/supabase-py/issues/938)) ([3eb18e3](https://github.com/supabase/supabase-py/commit/3eb18e3b31ad88fe89be01343212f57b7149b4fd))
* update exports from init file ([928](https://github.com/supabase/supabase-py/issues/928)) ([7a6199e](https://github.com/supabase/supabase-py/commit/7a6199e1c532fc46662d0b33b166b6db3456fec5))

[2.7.4](https://github.com/supabase/supabase-py/compare/v2.7.3...v2.7.4) (2024-08-29)


Bug Fixes

* add `verify` argument to `_init_supabase_auth_client()` ([913](https://github.com/supabase/supabase-py/issues/913)) ([cb6743b](https://github.com/supabase/supabase-py/commit/cb6743bab3505d3e107fdab6a26edced79867af8))

[2.7.3](https://github.com/supabase/supabase-py/compare/v2.7.2...v2.7.3) (2024-08-22)


Bug Fixes

* bump postgrest from 0.16.10 to 0.16.11 ([910](https://github.com/supabase/supabase-py/issues/910)) ([495ae1d](https://github.com/supabase/supabase-py/commit/495ae1d8f8d95c1daac68110040c49734846a499))
* bump realtime from 2.0.1 to 2.0.2 ([906](https://github.com/supabase/supabase-py/issues/906)) ([d81e2dc](https://github.com/supabase/supabase-py/commit/d81e2dc0fdd65b8808b7b905a3ab2c84b650fa2a))

[2.7.2](https://github.com/supabase/supabase-py/compare/v2.7.1...v2.7.2) (2024-08-19)


Bug Fixes

* **realtime:** update realtime for fixing NotConnectedError ([902](https://github.com/supabase/supabase-py/issues/902)) ([67dbaf2](https://github.com/supabase/supabase-py/commit/67dbaf2ac479944d3faf8d8eaa6db17590db5a45))

[2.7.1](https://github.com/supabase/supabase-py/compare/v2.7.0...v2.7.1) (2024-08-16)


Bug Fixes

* remove old SupabaseRealtimeClient import ([896](https://github.com/supabase/supabase-py/issues/896)) ([579f499](https://github.com/supabase/supabase-py/commit/579f49970a01036bd0cba67a2b58b49c62876b33))

[2.7.0](https://github.com/supabase/supabase-py/compare/v2.6.0...v2.7.0) (2024-08-16)


Features

* **realtime:** add realtime V2 ([886](https://github.com/supabase/supabase-py/issues/886)) ([08496eb](https://github.com/supabase/supabase-py/commit/08496eb4c1c203d2806fc44753f3bddc4b463db0))

0.0.4

Chore

* chore: update dependencies ([`b917727`](https://github.com/supabase-community/realtime-py/commit/b917727ab3a9bdc41cb2b5e43e0c9410a447a67a))

* chore: update version ([`5453baa`](https://github.com/supabase-community/realtime-py/commit/5453baa939173bcf1a5ad0726a9b5ccd9369c18d))

* chore: rename realtime_py to realtime ([`5334bd9`](https://github.com/supabase-community/realtime-py/commit/5334bd9d50ffe54fce865746d7bb2d41901d4b73))

* chore: update versions ([`a810aa3`](https://github.com/supabase-community/realtime-py/commit/a810aa37ab040f1f63cf88c8ea206ba4a3b1818d))

* chore: use annotations future import ([`68ee73b`](https://github.com/supabase-community/realtime-py/commit/68ee73b8aa6cc8f1f24a065274483d76d5517212))

* chore: fix return annotations ([`03667af`](https://github.com/supabase-community/realtime-py/commit/03667af4b690588fc9aa21418c11b5daf3915622))

* chore: remove unused imports, bugfix ([`592a563`](https://github.com/supabase-community/realtime-py/commit/592a5638eb93ff5c00665c8a4a1d5b2798d739fa))

* chore: update websockets to 9.1 ([`86f05d3`](https://github.com/supabase-community/realtime-py/commit/86f05d3957f2a9e96e48005d3812db2d98a748b7))

* chore: add .md files for hacktoberfest ([`c7e31a1`](https://github.com/supabase-community/realtime-py/commit/c7e31a1ca3080df603849abf5f282180639425ea))

* chore: add transformers as an import in __init__ ([`eb04ae9`](https://github.com/supabase-community/realtime-py/commit/eb04ae9883e2a99f04019c8b368218098cd7503b))

* chore: update README

Add details to help a user connect to the Supabase realtime endpoint using the library. ([`460e0c9`](https://github.com/supabase-community/realtime-py/commit/460e0c97f5f54b0875b9e71b294b2d3c643ca870))

* chore: refactor code ([`d1b8621`](https://github.com/supabase-community/realtime-py/commit/d1b8621cd39f506623ec829255f7040403c014f1))

Feature

* feat: added logging ([`c614de3`](https://github.com/supabase-community/realtime-py/commit/c614de3840d49fc83b49d777efe70cd156ee1d0e))

Fix

* fix: incorrect typehints ([`e999d48`](https://github.com/supabase-community/realtime-py/commit/e999d48cb22d16ad07d625d563e8981b579e1ce9))

Refactor

* refactor: Extract transfomer to separate PR ([`e5f3457`](https://github.com/supabase-community/realtime-py/commit/e5f3457620c76ab67532e396ffdaa5cfc50be32b))

Unknown

* Merge pull request 24 from supabase-community/sourcery/pull-23

Bug fixes and parsing timestamptz (Sourcery refactored) ([`6945872`](https://github.com/supabase-community/realtime-py/commit/694587212bb76132d595e93be6f2f85c8e9347cb))

* Merge pull request 27 from supabase-community/jl--update-realtime-version

Update Realtime Version ([`ac90f6c`](https://github.com/supabase-community/realtime-py/commit/ac90f6c5e7dd6b374ee3d8a15738582084de4699))

* &39;Refactored by Sourcery&39; ([`05920c6`](https://github.com/supabase-community/realtime-py/commit/05920c64124ddd322d31cc47181995b04db850a1))

* Merge remote-tracking branch &39;orig/master&39; ([`7299676`](https://github.com/supabase-community/realtime-py/commit/729967636d76b2730ec71a4683fc3d6712f5a680))

* Removing redundant comment ([`5c2b318`](https://github.com/supabase-community/realtime-py/commit/5c2b31838d24ca471eed9347bbf605c7a02a7c0b))

* quick fixes ([`e577e73`](https://github.com/supabase-community/realtime-py/commit/e577e73c3a6db2b342b2a4554f99c11aa799d75e))

* Merge pull request 1 from RizkyRajitha/ci-test

Ci test ([`428e2bd`](https://github.com/supabase-community/realtime-py/commit/428e2bdb2bbdd12368fb4f1892a8b0c64901b3d4))

* upgrade websockets to v 10.1 ([`d5b9dc7`](https://github.com/supabase-community/realtime-py/commit/d5b9dc74195385e9cf14b73fa19a0bc8f84215e8))

* rename pythonV to python-version ([`9afe2f4`](https://github.com/supabase-community/realtime-py/commit/9afe2f46f3e53f86f1978dcf7d86c8455dd3e861))

* added matrix strategy for python 3.x ([`e0ea64e`](https://github.com/supabase-community/realtime-py/commit/e0ea64e893f4331d591815ddf24c909e63808d5f))

* Merge pull request 20 from supabase-community/j0_release_new_ver

Release Version 1.3 ([`5e5b539`](https://github.com/supabase-community/realtime-py/commit/5e5b539c5f6beb8a7b232ec2c46a6abae34a9e75))

* Merge pull request 19 from anand2312/update-websockets

Update websockets ([`7f44217`](https://github.com/supabase-community/realtime-py/commit/7f442177e172c94694fe8861d9443709227d8194))

* add poetry run pytest with poetry ([`e66e554`](https://github.com/supabase-community/realtime-py/commit/e66e554afb98d7a8e0ee0c51fd897e533dc53531))

* remove matrix test , run pytest with poetry ([`6a41ef5`](https://github.com/supabase-community/realtime-py/commit/6a41ef538006e8c5a440211d576de465fa914dff))

* added gh actions for ci ([`0a60297`](https://github.com/supabase-community/realtime-py/commit/0a60297c9cce91b316355fa95eb4f25031b08a24))

* Merge pull request 17 from supabase-community/j0_hacktoberfest

Add.md files for hacktoberfest ([`70acd89`](https://github.com/supabase-community/realtime-py/commit/70acd89bde1ddd0aeb606304fb08af7fb8ec8e9e))

* Update README.md ([`83cfac7`](https://github.com/supabase-community/realtime-py/commit/83cfac7385da31a42aa588a9c044bbaeb63935cb))

* Merge pull request 13 from supabase/j0_add_transformer

Extract Transformer ([`ae7345c`](https://github.com/supabase-community/realtime-py/commit/ae7345ce191c1577660ced00d5dff6a14eb61d25))

* Update dependencies ([`dd44f66`](https://github.com/supabase-community/realtime-py/commit/dd44f66c18c74a16d87f838b484c918126189ea7))

* bump version ([`7c5ad32`](https://github.com/supabase-community/realtime-py/commit/7c5ad32d4b45f53cf7359b445f7f8b366998835f))

* Merge pull request 10 from supabase/j0_add_transformers

Add transformers ([`43d0c1c`](https://github.com/supabase-community/realtime-py/commit/43d0c1c4403751c128df2c40a326d4eda89e5f05))

* Resolve merge conflicts ([`093b224`](https://github.com/supabase-community/realtime-py/commit/093b2243517a6eb2b42cd8e65a04559d928ee832))

* Update requirements.txt ([`5472ac2`](https://github.com/supabase-community/realtime-py/commit/5472ac285a749844c7361d52da42db3451f0934f))

* Implement convert_column ([`f3c5a13`](https://github.com/supabase-community/realtime-py/commit/f3c5a13bf1caa95a8fa67b0587e829a4a5b5fb35))

* Add timestamp conversion ([`3a046b9`](https://github.com/supabase-community/realtime-py/commit/3a046b95f05128d8ecb968d1de2f7b1486bb8bd0))

* Add initial transformers lib ([`e88ff3e`](https://github.com/supabase-community/realtime-py/commit/e88ff3e172d95e364a0aa291dbaab3a1e8e0674c))

* Merge pull request 8 from supabase/j0_use_poetry

Change package management tool ([`5911b2c`](https://github.com/supabase-community/realtime-py/commit/5911b2ca6cf64aecddd015c2c6455924266d18b4))

* Merge pull request 9 from supabase/j0_allow_chaining

allow chaining with channel/on ([`450da56`](https://github.com/supabase-community/realtime-py/commit/450da5651f655bc6a75c44f90a5b39c0c8d4433f))

* allow chaining with channel/on ([`242675b`](https://github.com/supabase-community/realtime-py/commit/242675bec29e773033daa375b14919c50643c80a))

* Refactor to use poetry ([`0fd7719`](https://github.com/supabase-community/realtime-py/commit/0fd77193d58bb37f9236a42ec33d4deebdb0fd82))

* Merge pull request 7 from prettyirrelevant/master

refactored code and added logging ([`26e3146`](https://github.com/supabase-community/realtime-py/commit/26e31461b7ff1b3ba1ca4ee33ec6c7ed532d48a1))

* Merge pull request 6 from lionellloh/fix/dependencies

Fix/dependencies ([`a0579c4`](https://github.com/supabase-community/realtime-py/commit/a0579c41550abff6c02395d0e1506d18055d0823))

* include dataclasses in requirements.txt ([`06390ed`](https://github.com/supabase-community/realtime-py/commit/06390edb6ce96af4e2e48bfb19785abc263c846f))

* readme update ([`6add91f`](https://github.com/supabase-community/realtime-py/commit/6add91fc2bc3d49cb699e90c9ced014c3af37750))

* Merge pull request 4 from lionellloh/pypi

Refactorings for better distribution ([`b0edab0`](https://github.com/supabase-community/realtime-py/commit/b0edab08b8c26a0020ea8c037c13830a66a9d8d7))

* ignore .DS_store ([`9623444`](https://github.com/supabase-community/realtime-py/commit/962344478f78eb9f35a40ebd1b5d4334ddc5fdd6))

* Update Readme and version ([`850c912`](https://github.com/supabase-community/realtime-py/commit/850c912ca9e362dc2a55d7859b3a07bede31b347))

* Merge pull request 3 from lionellloh/pypi

pip pkg related refactor ([`8fef058`](https://github.com/supabase-community/realtime-py/commit/8fef058ae23ab38dfdae136f35d5d38bd8a58976))

* pip pkg related refactor ([`adef018`](https://github.com/supabase-community/realtime-py/commit/adef018da8d7ded6e8e1a549b4bd9f14db27f564))

* Merge pull request 2 from lionellloh/pypi

restructure for PYPI ([`3904e93`](https://github.com/supabase-community/realtime-py/commit/3904e93efd5081aaa14ec4b38cf0d2d451a378ae))

* restructure for PYPI ([`4949494`](https://github.com/supabase-community/realtime-py/commit/49494949e44168b0f55d55af289158bf081b3339))

* fix decorator to return func ([`ccbd91c`](https://github.com/supabase-community/realtime-py/commit/ccbd91c6cf7b2f1456f2b57e8e07c5407be01313))

* fix minor typo ([`9bf2698`](https://github.com/supabase-community/realtime-py/commit/9bf2698d411ac49217b29dcd16d2cd3c7f064b0c))

* Docs ([`4678642`](https://github.com/supabase-community/realtime-py/commit/46786423c5039c2d4694f333f19a9316d8574c42))

* `exceptions` -> `Exceptions` ([`ebac053`](https://github.com/supabase-community/realtime-py/commit/ebac053fb7f35f93f9da68f8f2272d50fae37c2b))

* Decorator to check + Exception if check fails ([`5d8e49b`](https://github.com/supabase-community/realtime-py/commit/5d8e49bb8ab6d528f5d63f80282850d5da23cb1b))

* Added docstrings ([`5d8f9f5`](https://github.com/supabase-community/realtime-py/commit/5d8f9f56898b6dd11d0dd328514677956d78dab6))

* Type hints and named tuples ([`01058df`](https://github.com/supabase-community/realtime-py/commit/01058df29823730ce084b1bb721917140d1ab93d))

* Clean up ([`2c2a6df`](https://github.com/supabase-community/realtime-py/commit/2c2a6dfe995c0a85bf583abb6157f94812e1a13a))

* Removed constants, include type hints ([`b311691`](https://github.com/supabase-community/realtime-py/commit/b311691b092da9df755e5dbb70bd1d5835268817))

* Merge remote-tracking branch &39;origin/master&39; ([`4987917`](https://github.com/supabase-community/realtime-py/commit/498791752626d304475f69e1e957c6943ca9f508))

* ignore .idea/* ([`6dde5c5`](https://github.com/supabase-community/realtime-py/commit/6dde5c520e5844837a9af56a2c3ffe4195357da7))

* Use dataclass for Message ([`b206a61`](https://github.com/supabase-community/realtime-py/commit/b206a6188e320f273ddb3435216afa04d014a744))

* Update usage to be clearer that that it is the payload that is passed ([`45658eb`](https://github.com/supabase-community/realtime-py/commit/45658ebcb895444e791653246dc6af7f858e3681))

* Create README.md ([`53216bd`](https://github.com/supabase-community/realtime-py/commit/53216bd732367111f0f8cc48e817b0c4a7269eb8))

* requirements ([`78dc02c`](https://github.com/supabase-community/realtime-py/commit/78dc02c196ad023a507652905b522bdbb65eb3e0))

* Merge pull request 1 from lionellloh/dev

Merge POC work in to master ([`5a1d4db`](https://github.com/supabase-community/realtime-py/commit/5a1d4db119f9251058006dadfd18f8aba361ccd3))

* gitignore ([`828fe8f`](https://github.com/supabase-community/realtime-py/commit/828fe8f0f378147b7ae40bca86ba6c175961c339))

* POC works ([`80d5c42`](https://github.com/supabase-community/realtime-py/commit/80d5c426fe52252df6270b703950f2a7097f9743))

* Initial commit ([`73025b3`](https://github.com/supabase-community/realtime-py/commit/73025b3a469cb167ad548018b4aefd08d19025a3))

0.0.3

Not secure
Chore

* chore: move pytest to dev-dependencies ([`78d6b81`](https://github.com/supabase-community/supabase-py/commit/78d6b81df9bb24930aaf24d86f2bd582b987d77a))

* chore: supabase_py -> supabase ([`fa1e793`](https://github.com/supabase-community/supabase-py/commit/fa1e79316d789c1d18d6f471e2247d32ff155471))

* chore: Create CONTRIBUTING.md for hacktoberfest ([`9a34f2a`](https://github.com/supabase-community/supabase-py/commit/9a34f2aea674e089c794b69550057915ae1b7dd5))

* chore: format __init__ using autoflake ([`b518ad3`](https://github.com/supabase-community/supabase-py/commit/b518ad3adf05037d97e75cdf21d2913a72d53093))

* chore: apply formatters to unformatted files ([`4776baa`](https://github.com/supabase-community/supabase-py/commit/4776baae2b60218b3edf46f9fbe86ca87bce5237))

* chore: update pre-commit hook ([`45c2866`](https://github.com/supabase-community/supabase-py/commit/45c2866739bbe20640de21b3b19439c440c750c1))

* chore: format docs file with black ([`95808c5`](https://github.com/supabase-community/supabase-py/commit/95808c562fa99c90f8fd3661efbdb38225454c3d))

Documentation

* docs: substitute CLRF ([`c8289d4`](https://github.com/supabase-community/supabase-py/commit/c8289d4e3c8dd0a2fe2bbafc259d8a9d41e83637))

* docs: resolve second merge conflict ([`1e2ea57`](https://github.com/supabase-community/supabase-py/commit/1e2ea57fa9c212dd927e6b2af906329622ee8b8d))

* docs: fix merge conflict ([`07f6e21`](https://github.com/supabase-community/supabase-py/commit/07f6e21077bd07ba458cae9080783af73bb4dbf4))

Feature

* feat: add upload ([`3070b5b`](https://github.com/supabase-community/supabase-py/commit/3070b5b2291df29afe76b6ddc38ab2c9b69b8720))

* feat: add download function ([`e85d675`](https://github.com/supabase-community/supabase-py/commit/e85d675044c484ae1772b76e07545fb13ab3eef1))

* feat: Add more functions to storage file api ([`41682ad`](https://github.com/supabase-community/supabase-py/commit/41682adee5a7ec93c8382cf376cd4729c9360ffa))

* feat: add create_signed_url ([`24cc3fd`](https://github.com/supabase-community/supabase-py/commit/24cc3fde998417a556b2009e7fbecfabaf470c1f))

* feat: add docs for query_builder and storage_bucket ([`b74e439`](https://github.com/supabase-community/supabase-py/commit/b74e4399c3d3def335f7c92588bf6437a3e80bfe))

Fix

* fix: missing json bodies in patch and put requests ([`b022994`](https://github.com/supabase-community/supabase-py/commit/b022994c508cead611a1be915c669337c63c9eb1))

* fix: get create_signed_url working ([`27e90f6`](https://github.com/supabase-community/supabase-py/commit/27e90f6bdfb64d5292a4db77c69f9b583be6aadf))

* fix: resolve merge conflicts ([`047e680`](https://github.com/supabase-community/supabase-py/commit/047e6800149d5ef622068204c4b56d9699ea82fd))

* fix: resolve merge conflicts ([`39815fe`](https://github.com/supabase-community/supabase-py/commit/39815fed202bfa132c85c530a33eed1f56ea20c1))

Refactor

* refactor: update test client to use fixture ([`17c1d6a`](https://github.com/supabase-community/supabase-py/commit/17c1d6a86adf0d92a90eba91ed78e2faab600e40))

* refactor: update test client ([`c8c3176`](https://github.com/supabase-community/supabase-py/commit/c8c31768c2ee0175a06071ff6780c2f55e7dabbd))

Unknown

* Merge pull request 60 from anand2312/develop

chore: move pytest to dev-dependencies ([`6b76a9a`](https://github.com/supabase-community/supabase-py/commit/6b76a9a2b318891c5c850f200d5077c50706375e))

* Merge pull request 59 from ianrtracey/develop

updates readme to install the latest package ([`c099a7a`](https://github.com/supabase-community/supabase-py/commit/c099a7a97893d4043d449e0b7433160efec901b0))

* updates readme to install the correct package ([`33d1aae`](https://github.com/supabase-community/supabase-py/commit/33d1aae842c596a0091f33d516e196a5c16f54c6))

* Merge pull request 55 from supabase-community/j0_rename_supabase_py

Rename Supabase_py to Supabase ([`74e3cf1`](https://github.com/supabase-community/supabase-py/commit/74e3cf1b806d34adf4c6d88540f4535e336e0135))

* Update __init__.py ([`99139a9`](https://github.com/supabase-community/supabase-py/commit/99139a9e43602a9371f19ef578206af7665ad818))

* Create CODE_OF_CONDUCT.md ([`b20703d`](https://github.com/supabase-community/supabase-py/commit/b20703d3d4117c911092212a796e53eb2f5286ca))

* Merge pull request 52 from supabase-community/j0_hacktoberfest

chore: Create CONTRIBUTING.md for hacktoberfest ([`9e609bd`](https://github.com/supabase-community/supabase-py/commit/9e609bd589ed4c2cb5fa9ddfbb41f48d0823e4bb))

* Merge pull request 43 from lqmanh/features/add-default-headers

Add some default headers to wrapped client libs ([`57511be`](https://github.com/supabase-community/supabase-py/commit/57511befc9c9c6370888977c1f1a1532a3381ee3))

* Merge branch &39;develop&39; into features/add-default-headers ([`4f64827`](https://github.com/supabase-community/supabase-py/commit/4f64827262f163a31d0f8bf98b58d9f6f916e4b8))

* Merge pull request 47 from yishernc/develop

bump postgrest-py to latest version (0.5.0) ([`ec494dc`](https://github.com/supabase-community/supabase-py/commit/ec494dcdb0c8872cbbd12b693e7b2047c192c999))

* bump postgrest-py to latest version (0.5.0) ([`9df7c32`](https://github.com/supabase-community/supabase-py/commit/9df7c32214386f27d441ce16599517ea6c36ef08))

* Use postgrest-py v0.5.0 ([`5f3d2ff`](https://github.com/supabase-community/supabase-py/commit/5f3d2ffa19db1089232b250a39bed0c86ef222d8))

* Fix missing black as a dev dependency ([`f2e9ce0`](https://github.com/supabase-community/supabase-py/commit/f2e9ce0db342bc3e01482e6da2f239ee142f2cd0))

* Fix unexpected keyword arguments ([`70e9496`](https://github.com/supabase-community/supabase-py/commit/70e94965674446399fb52427bc63b6f1c410f281))

* Fix circular imports ([`027bfb5`](https://github.com/supabase-community/supabase-py/commit/027bfb5657acfb97c24f64d729b6cd0321ac2547))

* Update ([`04bf6ef`](https://github.com/supabase-community/supabase-py/commit/04bf6ef1c854683b6ae1eb9b56b6273e147b2ed3))

* Temporarily use postgrest-py git ([`528abb3`](https://github.com/supabase-community/supabase-py/commit/528abb3bb7eb5ebd54e8fef12dc24a39a1a9bb24))

* Merge pull request 41 from supabase/da/fix-missing-obj-bodies

fix: missing json bodies in patch and put requests ([`9b68a97`](https://github.com/supabase-community/supabase-py/commit/9b68a9799980753046b562d3e194edbc0dbaa33d))

* Merge pull request 31 from supabase/j0_add_storage_file_api

Add Storage File API ([`bb98157`](https://github.com/supabase-community/supabase-py/commit/bb98157ec7db10f4aa8c3651d3cc9e49c9d8e6d5))

* Merge branch &39;develop&39; into j0_add_storage_file_api ([`78fbe77`](https://github.com/supabase-community/supabase-py/commit/78fbe77ad5c0b5196226572203b2a1e4d20dc644))

* Merge pull request 35 from supabase/j0_add_docs

Add Initial Sphinx Documentation ([`08d5fe4`](https://github.com/supabase-community/supabase-py/commit/08d5fe434c29d201b997f3a852ed36df95d5e10b))

* Merge branch &39;develop&39; into j0_add_docs ([`4f9b847`](https://github.com/supabase-community/supabase-py/commit/4f9b847fe9f5eec6bc01580d9e8ada01da04bb60))

* Merge pull request 29 from supabase/j0_test_precommit

Format unformatted files ([`5f7b3bb`](https://github.com/supabase-community/supabase-py/commit/5f7b3bb7aa648db19fde33892fb345e36ed0fb25))

* Merge pull request 28 from olirice/precommit_hooks

Add pre-commit hooks enforcing a standard style ([`434d6ba`](https://github.com/supabase-community/supabase-py/commit/434d6baf2ccc3a21773a4be4b0ef5baf9bbc25fa))

* Merge branch &39;develop&39; into precommit_hooks ([`6f0e6d6`](https://github.com/supabase-community/supabase-py/commit/6f0e6d699edca05713ba6556313707437ea308b4))

* Merge pull request 27 from supabase/j0_add_storage_bucket

Add Storage Bucket API ([`256f65d`](https://github.com/supabase-community/supabase-py/commit/256f65dcc820bd1c0bc3413c644fd37ce3d2a64a))

* Merge branch &39;develop&39; into j0_add_storage_bucket ([`e306249`](https://github.com/supabase-community/supabase-py/commit/e3062496553924c9582f6b3abc28e0cbd4c20420))

* Remove unused comments ([`dd2ebe8`](https://github.com/supabase-community/supabase-py/commit/dd2ebe867fc168b3d27f856a5cef41a8f89ee386))

* Add storage bucket ([`2ff2c61`](https://github.com/supabase-community/supabase-py/commit/2ff2c61ad357de8b44fa269269c2190dfb64fdc4))

* feature:add storage bucket client ([`ad53879`](https://github.com/supabase-community/supabase-py/commit/ad53879450e88837d2fd71932c7f8dedd0328d94))

* Merge branch &39;develop&39; of github.com:supabase/supabase-py into develop ([`9463c98`](https://github.com/supabase-community/supabase-py/commit/9463c98faeae0133f024ad387eb0c4747df8babb))

* Merge branch &39;develop&39; of github.com:supabase/supabase-py into develop ([`8dc7fe8`](https://github.com/supabase-community/supabase-py/commit/8dc7fe8252f3f52bcec1d604e8af695266cb23dc))

* fix logic errors ([`f468624`](https://github.com/supabase-community/supabase-py/commit/f468624041d133ea13a266d53ed4453391bb1250))

* add badges for test CI and pypi version ([`9897a29`](https://github.com/supabase-community/supabase-py/commit/9897a295136d3cbccb400367d88ace5ea8cd6784))

* apply pre-commit hooks & add __all__ in __init__.py to prevent autoflake from removing imports ([`77a2234`](https://github.com/supabase-community/supabase-py/commit/77a2234da12c24ecb24c8e8fc1c2f05414daeac7))

* enable pre-commit hooks for isort, autoflake, and black base 3.7 ([`f980db1`](https://github.com/supabase-community/supabase-py/commit/f980db111125d961ba905b8a65d3b1d0dd3c998c))

* Merge pull request 25 from olirice/client_in_fixture

Reduce test code duplication via supabase Client in pytest fixture ([`873b85b`](https://github.com/supabase-community/supabase-py/commit/873b85bcf71f9e26b3ec612cee5cd33eb8591bce))

* remove unused import ([`6bc5945`](https://github.com/supabase-community/supabase-py/commit/6bc59458f52fa1af68fc100109fcd7cffb427177))

* session scope for pytest client fixture ([`0cf02da`](https://github.com/supabase-community/supabase-py/commit/0cf02da5cdc4aa25827343f1a0431e1cc0dfb779))

* reduce test duplication via supabase client in pytest fixture ([`e1c3b90`](https://github.com/supabase-community/supabase-py/commit/e1c3b900e5ad476fe858bec72e08aab08e6b2648))

* add python version info for pip ([`268bfe5`](https://github.com/supabase-community/supabase-py/commit/268bfe507f356bd63819101cf240d88ed473c8e1))

* Merge pull request 18 from supabase/j0_add_test_script

Add test script ([`bf3b49a`](https://github.com/supabase-community/supabase-py/commit/bf3b49a8e6cfc79a588734db9f91f150c6314600))

* change test script to use poetry ([`e3fb34a`](https://github.com/supabase-community/supabase-py/commit/e3fb34acc9f25dbf43781deb2de0091236f17a9c))

* Update CI to use test script ([`06a2a33`](https://github.com/supabase-community/supabase-py/commit/06a2a33489d593fcc21b1b8765ce1388934d460b))

* Add test script, update README ([`8e50e61`](https://github.com/supabase-community/supabase-py/commit/8e50e6120e852278561135b258e9582ca592e312))

* Merge pull request 19 from taloglu/patch-1

Update README.md ([`985eaeb`](https://github.com/supabase-community/supabase-py/commit/985eaebd24705230283e995c8bb8bbb224746da0))

* Update README.md

Insertion of data code was not correct due to a copy paste error. ([`723c96a`](https://github.com/supabase-community/supabase-py/commit/723c96a7c35e0632932f4496284eca74fefab595))

* Trigger pre-commit ([`0c8c703`](https://github.com/supabase-community/supabase-py/commit/0c8c70315420dccab03e35a54329838d7c3203dd))

* Merge pull request 17 from supabase/develop

Update README.md ([`ffde413`](https://github.com/supabase-community/supabase-py/commit/ffde413d6ae7be014e2152682308a0e48c9e3657))

0.0.2

Unknown

* Update README.md ([`d54e5dd`](https://github.com/supabase-community/supabase-py/commit/d54e5dd30fa241ee4208435cadb99765220db25f))

* Merge pull request 16 from supabase/develop

Hotfix for version/author ([`075910f`](https://github.com/supabase-community/supabase-py/commit/075910f37068ee8632c5621a212a0168d3b9e9c4))

* Merge pull request 15 from supabase/feature/update-version-and-author

update version and add author ([`2bde44d`](https://github.com/supabase-community/supabase-py/commit/2bde44debbc17b4cf78c7a3cbd539cebd96a2e58))

* update version and add author ([`65d9a85`](https://github.com/supabase-community/supabase-py/commit/65d9a855293f9c9f1effe162ff9c02705dd4f788))

* Merge pull request 14 from supabase/develop

Stable release ([`051fa9b`](https://github.com/supabase-community/supabase-py/commit/051fa9bfe0b8a0dec527b1390f43400ac1e8ba03))

* Merge pull request 13 from supabase/j0_readme_updates

Minor Updates to README ([`dabee85`](https://github.com/supabase-community/supabase-py/commit/dabee852cd8a030a1aa03619209e4d7b3d8124f8))

* update readme ([`0e77c95`](https://github.com/supabase-community/supabase-py/commit/0e77c9569f1aab537fe4eb4eeaf3fd3ce152d58e))

* Minor Updates to README ([`b11118e`](https://github.com/supabase-community/supabase-py/commit/b11118ecfa73c6f721598f5f406850e49b87e86d))

* Merge pull request 7 from supabase/feature/update-to-latest-gotrue-py

Update to latest gotrue-py, monkey patch for sync behaviour, add working tests ([`fd842a1`](https://github.com/supabase-community/supabase-py/commit/fd842a1eb491187f52cf1be66a91956f92d1250a))

* adding env vars ([`1b0ebda`](https://github.com/supabase-community/supabase-py/commit/1b0ebda94b9b94960792f2eeba3b0d4c9830d8d6))

* add requests ([`c52e015`](https://github.com/supabase-community/supabase-py/commit/c52e0159477568fd91e80fc3dce8cd4d0d8cb5f6))

* dont commit lockfile ([`f15b8d8`](https://github.com/supabase-community/supabase-py/commit/f15b8d8fef9344d4e8c5070f14d9c62b68ac017e))

* try older ver ([`2d40cf3`](https://github.com/supabase-community/supabase-py/commit/2d40cf365a594083464dfab06087f502fe5fe562))

* add new insert test ([`186bce6`](https://github.com/supabase-community/supabase-py/commit/186bce6f5890bf405e6b4df97449f5fadbe4a598))

* support insertion ([`2241ee7`](https://github.com/supabase-community/supabase-py/commit/2241ee771c40bd16ffb866a261943221c03610f7))

* add hotfix for real-time client ([`4617e4c`](https://github.com/supabase-community/supabase-py/commit/4617e4c546509cf6b6b35bbad321cdfd8565e8ca))

* remove asyncio-pytest module, and add working test ([`7ca1582`](https://github.com/supabase-community/supabase-py/commit/7ca1582703525801ecbdd5e918dc191d3758c855))

* monkey patch the execute method to make it sync ([`30042a9`](https://github.com/supabase-community/supabase-py/commit/30042a9b0c0dce8713131fd61740e1049a551b9c))

* trying to get postgrest working ([`5e65ebf`](https://github.com/supabase-community/supabase-py/commit/5e65ebf10d55304214be534bb435cb71e424b4fd))

* ensure the query builder enables chaining properly ([`d20cb3c`](https://github.com/supabase-community/supabase-py/commit/d20cb3cd0230f7863934cc40a29ec68fcb798087))

* comment out test that cannot work yet and add TODO to return to this ([`4be2cd8`](https://github.com/supabase-community/supabase-py/commit/4be2cd8427d7c8b8324bdf25647e772765f62a3c))

* clean up docstring ([`ad8563f`](https://github.com/supabase-community/supabase-py/commit/ad8563f07c0ce0a05838bace99d1d0837b0eb1ab))

* bump version ([`aa76f04`](https://github.com/supabase-community/supabase-py/commit/aa76f04809a41ca1c87c1c012a51d420ac0100f5))

* get first test to pass ([`0a68449`](https://github.com/supabase-community/supabase-py/commit/0a68449c64854bb544fab09f75028d8ad2ac748d))

* update kwargs ([`1cfc1e2`](https://github.com/supabase-community/supabase-py/commit/1cfc1e28a2a413d326e8328bc5d15c3633d38994))

* removing uncesscessary wrapping code ([`014882d`](https://github.com/supabase-community/supabase-py/commit/014882d29d6907db62a7312fe35933966b891d20))

* Remove erroneous === ([`23b944b`](https://github.com/supabase-community/supabase-py/commit/23b944b0287df966348a6168f92bd2aaa2b86b92))

* Merge pull request 6 from supabase/j0_fix_realtime

Add transformers ([`08f395d`](https://github.com/supabase-community/supabase-py/commit/08f395d1eee8b484da0b7fd1b9c7bf40468082d7))

* Add transformers ([`ee3b532`](https://github.com/supabase-community/supabase-py/commit/ee3b532422b1053cd2d82bae7866d1de57d2123c))

* Merge pull request 5 from J0/master

Miscellaneous updates from downstream ([`19f6e8e`](https://github.com/supabase-community/supabase-py/commit/19f6e8e0c2a1c96e00cdad6ff8818bb05babf7a1))

* Merge branch &39;master&39; into master ([`1ac7232`](https://github.com/supabase-community/supabase-py/commit/1ac7232022e9628f96d09135a5279b9dd983007c))

* Wrap postgrest-py (4) ([`3c560de`](https://github.com/supabase-community/supabase-py/commit/3c560de6c7b7cc96055249fee25515b87ca22ea7))

* Merge pull request 1 from fedden/master

Upstream merge of the fork^2 of supabase-py ([`0dc431d`](https://github.com/supabase-community/supabase-py/commit/0dc431da1b1f2de55abab0804b574158d40bc68a))

* spelling ([`ccb88f8`](https://github.com/supabase-community/supabase-py/commit/ccb88f8a9ea44472b3ab6f219fa1feed45a28185))

* more doc ([`255bb71`](https://github.com/supabase-community/supabase-py/commit/255bb71e3562562d703919d37aabe799b47f6ab6))

* improve documentation ([`b641029`](https://github.com/supabase-community/supabase-py/commit/b641029966928ff2dc9882621afd8ddc5313aca7))

* return dicts ([`4c13a4f`](https://github.com/supabase-community/supabase-py/commit/4c13a4f6bb48f9dedd83eee0c1435bcd7eef7f8e))

* improve documetnation and add test (doesnt pass yet) ([`97100ad`](https://github.com/supabase-community/supabase-py/commit/97100ad33fc01c1feaddfbb45e82fa2d844ab056))

* add new tests ([`0b7a164`](https://github.com/supabase-community/supabase-py/commit/0b7a164386afebb0fdb7dd25f501e257eba615b0))

* ignore vim stuff ([`1df7fc9`](https://github.com/supabase-community/supabase-py/commit/1df7fc9dbb351a67a9301d2e8baf252c2351bde6))

* remove whitespace ([`0739a2f`](https://github.com/supabase-community/supabase-py/commit/0739a2f9766efa2b271c157a7e18a7249fcd345b))

* tests pass ([`d524e0c`](https://github.com/supabase-community/supabase-py/commit/d524e0c7f217cf0e445925123f91da8257965be0))

* stepping through code, slightly changing codebase to reflect python idioms, adding realtime-py as a depedancy ([`20d2404`](https://github.com/supabase-community/supabase-py/commit/20d24049c57ef02ce738bca92cf6e4c414be4f7e))

* add setuptools ([`290bebb`](https://github.com/supabase-community/supabase-py/commit/290bebbb497e62eec1bbdcdf98c1be21483d2897))

* change import ([`db71ab4`](https://github.com/supabase-community/supabase-py/commit/db71ab49e162ebdfcc7647d183fbd123016ff846))

* rm unused library ([`c1bc0b1`](https://github.com/supabase-community/supabase-py/commit/c1bc0b1cd826cd689b25461dbc549ed83286bf95))

* add shim ([`6c9e99c`](https://github.com/supabase-community/supabase-py/commit/6c9e99c5e23f3a30715405acc828c362e36672ec))

* improve readme ([`9248cf2`](https://github.com/supabase-community/supabase-py/commit/9248cf207c8e8f2418b9148803b0d865f76ec78a))

* cleaning up a little and making more pythonic ([`97f9162`](https://github.com/supabase-community/supabase-py/commit/97f9162763ea9f1b10c6f22c9763b900821b21d2))

* add setup.py to enable &34;pip install -e . &34; installs ([`7edf954`](https://github.com/supabase-community/supabase-py/commit/7edf954424075bac1f31b796144cbb62e4df6d49))

* add version to package ([`30b486a`](https://github.com/supabase-community/supabase-py/commit/30b486a1915d04e8092ba4bcacd759c37e4f7297))

* ignore vim tags ([`b1417b7`](https://github.com/supabase-community/supabase-py/commit/b1417b7c6b6cb91006edf7debd2c0342d38fa552))

* Document client and query builder ([`e06b143`](https://github.com/supabase-community/supabase-py/commit/e06b1437ad8af3ccf85c5064024682dba481244c))

* Enable and manually test auth ([`85c4b52`](https://github.com/supabase-community/supabase-py/commit/85c4b527efef21f8e78b8a34d1e08478739ca042))

* Update README.md ([`0884897`](https://github.com/supabase-community/supabase-py/commit/0884897bd400d6d130c06956237d86dbf8c5ec86))

* Add realtime methods ([`2a9c171`](https://github.com/supabase-community/supabase-py/commit/2a9c171e0dcd42ec8fb381d30767aad7f96207f8))

* Rename files to align with python convention ([`afa8189`](https://github.com/supabase-community/supabase-py/commit/afa8189cb82257130fee9f4f48a8907560a91b4f))

* Add _from functions, refactor ([`20106ce`](https://github.com/supabase-community/supabase-py/commit/20106ce2c0ff10d356cc179f1b597efebc0d5b38))

* Refactor and format with black ([`2fc2747`](https://github.com/supabase-community/supabase-py/commit/2fc2747f109d28e27b8a01e5a803bff70f04eab2))

* Add auth client wrapper ([`bd5d03b`](https://github.com/supabase-community/supabase-py/commit/bd5d03b0cd389f468cdcb0c9e22840012ca18a5a))

* Add supporting files ([`f0f6d06`](https://github.com/supabase-community/supabase-py/commit/f0f6d069d0fbda7bc4d73b6249d26ded98ed247c))

* Update imports ([`3b0bb60`](https://github.com/supabase-community/supabase-py/commit/3b0bb609052bf241990866f4937094442f3b87c5))

* Add rpc function ([`adfb623`](https://github.com/supabase-community/supabase-py/commit/adfb623ea8ab4fa1d8233b38abb86cfecd0ce740))

* Add method stubs ([`09e731f`](https://github.com/supabase-community/supabase-py/commit/09e731f97116bf2e698302f7ba2aac0968648e35))

* Initial commit ([`c0aa913`](https://github.com/supabase-community/supabase-py/commit/c0aa9135c1a457c5ad00d3b143b5e2688ff940ef))

* Update README.md ([`050e280`](https://github.com/supabase-community/supabase-py/commit/050e280c41f51b94efee75e2cc87d7acccd0551d))

* Setup project ([`45630e0`](https://github.com/supabase-community/supabase-py/commit/45630e0aba85ae84c57861c52e141521690fd11e))

* Update README.md ([`dc55ead`](https://github.com/supabase-community/supabase-py/commit/dc55eadcad213ae2a2c3f3452922b6f75ca0e0b4))

* Initial commit ([`56f27bc`](https://github.com/supabase-community/supabase-py/commit/56f27bcb4bb3d3fa37383e7261fc58c26471d01a))


CHANGELOG

[0.7.0](https://github.com/supabase/functions-py/compare/v0.6.2...v0.7.0) (2024-10-31)


Features

* Check if url is an HTTP URL ([156](https://github.com/supabase/functions-py/issues/156)) ([6123554](https://github.com/supabase/functions-py/commit/6123554c3916d091407c00eab1e4cfb0c57dce56))

[0.6.2](https://github.com/supabase/functions-py/compare/v0.6.1...v0.6.2) (2024-10-15)


Bug Fixes

* bump minimal version of Python to 3.9 ([154](https://github.com/supabase/functions-py/issues/154)) ([f2dab24](https://github.com/supabase/functions-py/commit/f2dab248b81df6c981434cee5d4160e95cb92df9))
* Types to use Option[T] ([152](https://github.com/supabase/functions-py/issues/152)) ([637bf4e](https://github.com/supabase/functions-py/commit/637bf4e33f1c6a845654dba923e6215ed8cd4a7f))

[0.6.1](https://github.com/supabase/functions-py/compare/v0.6.0...v0.6.1) (2024-10-02)


Bug Fixes

* httpx minimum version update ([150](https://github.com/supabase/functions-py/issues/150)) ([e784961](https://github.com/supabase/functions-py/commit/e7849619532c65f8d02908bc09b4abc60315b213))

[0.6.0](https://github.com/supabase/functions-py/compare/v0.5.1...v0.6.0) (2024-09-25)


Features

* Proxy support ([148](https://github.com/supabase/functions-py/issues/148)) ([7710a3f](https://github.com/supabase/functions-py/commit/7710a3f1068d44ecc21aac48c9f1f9a349fe8968))

Page 25 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.