smartystreets-python-sdk icon indicating copy to clipboard operation
smartystreets-python-sdk copied to clipboard

ClientBuilder(credentials).with_proxy() no longer works

Open berrym-hln opened this issue 1 year ago • 0 comments

In the examples, using the client with a proxy, like this:

client = ClientBuilder(credentials).with_proxy('localhost:8080', 'user', 'password').build_us_street_api_client()

Worked fine with requests 2.18.4 and urllib3 1.22, but no longer works with the latest versions of requests (2.27.1) and urllib3 (1.26.16). Something about the API for proxy connections must have changed between these versions and will need to be updated in Smarty's ClientBuilder code. Thanks!

berrym-hln avatar Aug 16 '23 02:08 berrym-hln