-
-
Notifications
You must be signed in to change notification settings - Fork 605
Open
Description
Since version 0.28.0 of httpx The deprecated proxies argument has now been removed.
:
python-zeep/src/zeep/transports.py
Lines 186 to 195 in 41a5115
self.wsdl_client = wsdl_client or httpx.Client( | |
verify=verify_ssl, | |
proxies=proxy, | |
timeout=timeout, | |
) | |
self.client = client or httpx.AsyncClient( | |
verify=verify_ssl, | |
proxies=proxy, | |
timeout=operation_timeout, | |
) |
Behoston, SzakacsAdam, nezumisama, johnnywalker, AMontagu and 7 morehalon176wiltonsr, megalaren and halon176buhln, ba1dr, aschollmeier-gcmlp, wiltonsr, om-hb and 1 more
Metadata
Metadata
Assignees
Labels
No labels