library · inferred from evidence
modern-treasury python SDK
A Python SDK provided by Modern Treasury for interacting with their API.
- How to set custom httpx connection pool limits in modern-treasury python SDK
What this covers: The modern-treasury python SDK didn't expose httpx's `limits` kwarg for tuning the connection pool (max connections, keepalive). The fix that worked: Before 1.10 there was no public option , the documented workaround was t