python-zeep icon indicating copy to clipboard operation
python-zeep copied to clipboard

Fixed wrong proxy keyword (httpx)

Open smorrin28 opened this issue 5 months ago • 2 comments

Reverted PR #1149 since HTTPX now uses the keyword "proxy" instead of "proxies" (https://www.python-httpx.org/advanced/proxies/) to create any proxy values, this always throws an error when creating an AsyncTransport object if using the latest httpx version.

smorrin28 avatar May 21 '25 15:05 smorrin28