supabase / supabase-py

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.
https://supabase.com/docs/reference/python
MIT License
1.65k stars 190 forks source link

Update gotrue to supabase-auth in pyproject.toml #843

Closed mathatan closed 2 weeks ago

mathatan commented 2 months ago

Chore

Describe the chore

Pyproject.toml is still pointing to the project name gotrue instead of supabase-auth making it impossible to replace the said package with a forked version.

Additional context

I'm unable to use a fork for supabase-auth without also forking supabase-py which makes it impossible to side-step the issue mentioned in: https://github.com/supabase-community/auth-py/issues/537

silentworks commented 2 months ago

This will be a breaking change, so we will wait a bit before this happens.

silentworks commented 2 weeks ago

This will happen when version 3.0.0 is being worked on.