Describe the bug
Using the version 2.25.0 caused the client to throw the error
ERROR:app.utils.supabase_storage:Failed to initialize Supabase client: Client.init() got an unexpected keyword argument 'proxy'
Reproduction
supabase_client: Optional[Client] = None
...
...
supabase_storage_client = create_client(SUPABASE_URL, SUPABASE_SERVICE_ROLE_KEY)
Steps to reproduce
No response
Library affected
supabase-py
Library version
2.25.0
Python version
3.13.0