-
-
Notifications
You must be signed in to change notification settings - Fork 267
Bug: TypeError for Unexpected Keyword Argument 'proxy' in gotrue 2.9.1 with supabase-py 2.8.1 #949
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I can confirm that I am also facing the same issue, with Python 3.9. When using |
You need to upgrade your |
Still hitting this issue with: supabase==2.9.1 |
upgrade or downgrade to supabase==2.9.0 --> it will work |
How to make it work on python 3.8
|
upgrade httpx to a later version will work |
It works !!! thanks |
Bug report
Describe the bug
I'm encountering a
TypeError
while usingsupabase-py 2.8.1
in combination withgotrue 2.9.1
. The error message is as follows:This occurs when trying to create a Supabase client using the
create_client
method. It seems to be related to a change introduced ingotrue 2.9.1
.To Reproduce
Steps to reproduce the behavior:
TypeError: Client.__init__() got an unexpected keyword argument 'proxy'
is raised.Expected behavior
The Supabase client should initialize successfully without raising a
TypeError
.Screenshots
![Screenshot of the error]
System information
Additional context
The issue does not occur when downgrading to
gotrue 2.8.1
, so this appears to be a bug related to the latest release ofgotrue 2.9.1
.The text was updated successfully, but these errors were encountered: