supabase-community / 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.54k stars 177 forks source link

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

Open mathatan opened 6 days ago

mathatan commented 6 days 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 6 days ago

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