Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raise the minimum version of gotrue to 2.9.0 #963

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KevYuen
Copy link

@KevYuen KevYuen commented Oct 9, 2024

What kind of change does this PR introduce?

Bug fix

The proxy argument for SyncGoTrueClient was added in version 2.9.0

As a result, having a lower version than 2.9.0 will cause an error

https://github.com/supabase/auth-py/releases/tag/v2.9.0

What is the current behavior?

Currently having a lower version than gotrue==2.9.0, causes the following error:

File "/opt/venv/lib/python3.11/site-packages/supabase/_sync/auth_client.py", line 33, in __init__
   SyncGoTrueClient.__init__(
TypeError: SyncGoTrueClient.__init__() got an unexpected keyword argument 'proxy'

Please link any relevant issues here.

Related #949 but this issue is not fully resolved by raising the httpx version

What is the new behavior?

Minimum version of gotrue updated to v2.9.0

Feel free to include screenshots if it includes visual changes.

Additional context

Add any other context or screenshots.

The proxy argument for SyncGoTrueClient was added in version 2.9.0
As a result, having a lower version will cause an error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant