library · inferred from evidence
httpx.Limits
A class or component within the httpx library used to configure connection pool limits.
- How to set custom httpx connection pool limits in modern-treasury python SDK
The modern-treasury python SDK didn't expose httpx's `limits` kwarg for tuning the connection pool (max connections, keepalive). A user posted a workaround that reaches into `modern_treasury._client`, builds a new `httpx.Client` copying bas