library · inferred from evidence
modern-treasury-python
A Python SDK for interacting with Modern Treasury's API, mentioned as having a bug related to idempotency key handling.
- modern-treasury python: Idempotency-Key passed via extra_headers gets overwritten
Confirmed bug: the SDK ignored a manually provided Idempotency-Key header and replaced it with an auto-generated one. The maintainer said the fix would add an `idempotency_key` kwarg and also honor a manually provided header; the fix was me