smartystreets / smartystreets-python-sdk

The official client libraries for accessing SmartyStreets APIs from Python 2.7 and 3.5
https://smartystreets.com/docs/sdk/python
Apache License 2.0
28 stars 30 forks source link

ClientBuilder(credentials).with_proxy() no longer works #41

Closed berrym-hln closed 3 months ago

berrym-hln commented 1 year ago

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!

RyanLCox1 commented 3 months ago

This is now fixed with the release of 4.14.4