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

Add Proxy and SSL Config Options to Python SDK #3180

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cgivre
Copy link

@cgivre cgivre commented Nov 11, 2024

Describe your changes

This PR adds two configuration options: proxies and verify_ssl to the constructor and any methods which make GET requests using the requests.get() method. I added default values so that the existing behavior should remain the same.

Issue ticket number and link

Issue 3068
#3068

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.
  • I have added thorough documentation for my code.
  • I have tagged PR with relevant project labels. I acknowledge that a PR without labels may be dismissed.
  • If this PR addresses a bug, I have provided both a screenshot/video of the original bug and the working solution.

Notes

This PR allows users to use the SDK in corporate environments.

@cgivre cgivre changed the title Add Proxy and SSL Config Options Add Proxy and SSL Config Options to Python SDK Nov 12, 2024
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