Pydantic created a fork of httpx, called httpx2 due to httpx development stalling, https://pypi.org/project/httpx2/.
Consider switching zeep to replace httpx with httpx2 or provide dual support for both libraries. Starlette has already switched to it for it's TestClient, https://github.com/Kludex/starlette/releases/tag/1.2.0, and FastAPI will likely recommend it as well since it's based on Starlette, so I expect adoption of httpx2 to happen rather quickly as a result.
Pydantic created a fork of
httpx, calledhttpx2due tohttpxdevelopment stalling, https://pypi.org/project/httpx2/.Consider switching
zeepto replacehttpxwithhttpx2or provide dual support for both libraries. Starlette has already switched to it for it'sTestClient, https://github.com/Kludex/starlette/releases/tag/1.2.0, and FastAPI will likely recommend it as well since it's based on Starlette, so I expect adoption ofhttpx2to happen rather quickly as a result.