library · inferred from evidence
AsyncClient
An asynchronous client in the mailgun-python library that handles file attachments.
- mailgun-python AsyncClient: malformed attachment when adding multiple files under the same key
With `AsyncClient`, passing multiple attachments under the same key fails with a malformed attachment object error. The same payload works with the synchronous `Client`, so the async file-handling logic differs. Version 1.6.0, Linux, Python