Skip to content

v1.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 22:43
· 302 commits to main since this release

v1.3.1 (2023-11-29)

Fix

  • fix: remove unnecessary async to on_auth_state_change (#374) (574c739)

  • fix: remove unnecessary async to on_auth_state_change

Somehow this got reverted on a refactor (e7ebc64)

This causes problems when using the supabase client, since it's not being awaited:
https://github.com/supabase-community/supabase-py/blob/main/supabase/_async/client.py#L90 (7548d02)