supabase-py
supabase-py copied to clipboard
Deprecate supabase-py in PyPI
Describe the bug supabase-py points to the incorrect version of the code despite having the same name as this repo. I know the correct package is called supabase, but this is a bit confusing for new users.
To Reproduce Steps to reproduce the behavior:
- Search supabase-py on Google (same name as this repo and what the docs reference)
- Scroll down to the first PyPI link
- Install that package
- You have the wrong package!
Expected behavior
I would like to see a deprecation notice on the supabase-py or some other information redirecting me to the correct supabase package.
@J0 any updates on this?
@anand2312, no luck in reaching @fedden via email in order to yank the library. Will reach out to PyPI directly
Put in a request here: https://github.com/pypi/support/issues/3316
I'm a new Supabase user and spent a lot of time stuck on this issue. I had an old version of supabase-py installed which was cached by pip, and it wasn't until I came across this issue that I realized I did not have the correct or up to date Auth package.
In my virtualenv via pip3 I had to pip uninstall supabase and then pip3 install --upgrade supabase to finally have the correct dependency of supabase 2.1.0. To anyone who struggled with the same issue, use pip list or pip3 list to check your supabase version. Thanks @nlarusstone