You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This requests are working fine but results in a deprecation warning, too:
python3.10/site-packages/httpx/_content.py:204: DeprecationWarning: Use 'content=<...>' to upload raw bytes/text content.
I am not quiet sure if this is an issue of httpx itself or zeep, but I see no possibility to follow the recommendation of the warning message from my understanding.
Used versions:
zeep==4.2.1
httpx==0.26.0
The text was updated successfully, but these errors were encountered:
I am using httpx for asynchronous and SSL protected requests to an SOAP server.
An example for the request itself in an async function is:
This requests are working fine but results in a deprecation warning, too:
python3.10/site-packages/httpx/_content.py:204: DeprecationWarning: Use 'content=<...>' to upload raw bytes/text content.
I am not quiet sure if this is an issue of httpx itself or zeep, but I see no possibility to follow the recommendation of the warning message from my understanding.
Used versions:
The text was updated successfully, but these errors were encountered: