Hi,
this package supports installing & using httpx as an extra.
HTTPX is great, but hasn't seen much activity in the past years; it seems mostly abandoned.
Some projects, like Starlette, have recently moved away entirely from HTTPX and are instead using Pydantic's fork (httpx2).
It would be great if this package would either support httpx2 as a separate extra, so that users could explicitly choose to use that instead of httpx, or if this library supported a similar fallback mechanism as was introduced into Starlette.
Thank you!
Hi,
this package supports installing & using
httpxas an extra.HTTPX is great, but hasn't seen much activity in the past years; it seems mostly abandoned.
Some projects, like Starlette, have recently moved away entirely from HTTPX and are instead using Pydantic's fork (
httpx2).It would be great if this package would either support
httpx2as a separate extra, so that users could explicitly choose to use that instead ofhttpx, or if this library supported a similar fallback mechanism as was introduced into Starlette.Thank you!