pydantic/httpx2
A next generation HTTP client for Python. 🦋 observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 99
- Release rhythm 98
- Longevity 8
Flags: young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 5.0
- age_days: 114
- days_rel: 15
- days_push: 8
- n_releases_24m: 15
Adoption not part of the score
1013 stars · 57 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
HTTPX2 is a fully featured HTTP client library for Python, maintained by Pydantic as a continuation of HTTPX. It offers sync and async APIs, HTTP/1.1 and HTTP/2 support, a requests-compatible interface, and an integrated command-line client.
Use cases
- make http requests in python
- call rest apis from python
- async http client for python
- migrate from requests to a maintained http client
- test wsgi or asgi apps with a real client
- send http requests from the command line
When to choose
- you need a maintained, security-patched successor to HTTPX
- you want requests-like ergonomics with async and HTTP/2 support
- you need to test ASGI/WSGI applications directly
When to avoid
- you are happy with HTTPX or aiohttp and don't need a new steward
- you need a minimal dependency-free client like urllib
Facets
library · maturity active
http-client cli web-development developer-tools apis python cli cross-platform http2 async requests-compatible pydantic wsgi asgi
4 sources
- readme: https://github.com/pydantic/httpx2 · fetched 2026-08-28 · 5c6f75497f47
- homepage: https://httpx2.pydantic.dev · fetched 2026-08-29 · 3698569d3d1f
- site_page: https://httpx2.pydantic.dev/quickstart · fetched 2026-08-29 · 8919f7ca6b2b
- registry_pypi: https://pypi.org/pypi/httpx2/json · fetched 2026-08-29 · aedf2184a6bd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pydantic/httpx2 | main | 80 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem