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

fix: expose verify option through client options #1091

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

Conversation

silentworks
Copy link
Contributor

What kind of change does this PR introduce?

Bug fix to expose verify via the ClientOptions through the httpx_options config.

from supabase import create_client, ClientOptions

supabase = create_client(
  url, 
  anon_key, 
  options=ClientOptions(httpx_options={"verify": False})
)

What is the current behavior?

There is no way to set the verify flag from the supabase python library.

What is the new behavior?

You can now set the verify flag from the supabase python library

Additional context

#1086

@silentworks silentworks requested a review from grdsdev March 31, 2025 16:32
@coveralls
Copy link

Pull Request Test Coverage Report for Build 14176586988

Details

  • 8 of 9 (88.89%) changed or added relevant lines in 2 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.03%) to 85.856%

Changes Missing Coverage Covered Lines Changed/Added Lines %
supabase/lib/client_options.py 5 6 83.33%
Files with Coverage Reduction New Missed Lines %
supabase/lib/client_options.py 1 84.81%
Totals Coverage Status
Change from base Build 14094370943: 0.03%
Covered Lines: 346
Relevant Lines: 403

💛 - Coveralls

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.

supabase-py self-hosted with self-signed certificate verify CLient Option not exposed
3 participants