[httpx](https://github.com/encode/httpx/discussions/3784) project has been closed by the maintainer. Pydantic has stepped in with a fork: [httpx2](https://github.com/pydantic/httpx2). I'm opening this issue to suggest migrating to httpx2: - [ ] update httpxthrottlecache to latest (0.5.0), to switch to httpx2 - [ ] edgartools: change httpx to httpx2 - [ ] edgartools: review code - there's a number of small mentions / references to httpx. These would need to change to httpx2. Note: - httpx2 and httpx can coexist: httpx2 has a separate namespace (doesn't touch httpx) so users can use both side by side. https://github.com/pydantic/httpx2/issues/963
httpx project has been closed by the maintainer.
Pydantic has stepped in with a fork: httpx2.
I'm opening this issue to suggest migrating to httpx2:
Note: