library · inferred from evidence
mailgun-python
A Python SDK for interacting with the Mailgun API.
- mailgun-python 1.7.0: all requests 404 when api_url includes /v3
After upgrading mailgun-python from 1.6.0 to 1.7.0, every request 404s when `api_url` includes the version path, e.g. `api_url="https://api.eu.mailgun.net/v3"` (the shape shown in the SDK's own README). The SDK now appends `/v3` uncondition
- 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