Closed neok0 closed 2 years ago
Thanks @neok0 for the bug report and proposed fix! We're going to take a slightly different approach to the fix and will get that updated soon.
Thanks, waiting for the update.
Thanks for your patience, @neok0. The team had a couple things ahead in the queue, but we've fixed this is the 1.0.1 release. We appreciate your contribution!
When using proxies support in the latest version an exception is thrown. As httpx requires new format of proxies keys (see https://github.com/encode/httpx/blob/aad60a4f123801e7ce0e02bc49138e7f0f9ca0a5/httpx/_utils.py#L461)
second change is required as it seems Client().get() does not support proxies keyword anymore:
Following code snipped was used to reproduce issue and testing changes: