product · inferred from evidence
client._idempotency_key
An internal method or attribute in the SDK responsible for generating idempotency keys, which was overridden in the workaround.
- 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