I installed a project that has httpx in the code and it seems that there is a method deprecated in its code. I looked for a solution but I don't find any solution for it. ( Also, I have run it before and it was working "2 weeks ago").
The error appears as follows:
Deprecation error in lib/python3.8/site-packages/httpx/_content.py:201: DeprecationWarning: Use 'content=<...>' to upload raw bytes/text content. warnings.warn(message, DeprecationWarning)
httpx version is `httpx==0.23.1"
Please, what is the solution for it?