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
This is a regression in 1.7.0: the SDK replaced `urljoin` with f-string URL building for a routing speedup, and `urljoin` had quietly replaced a trailing `/v3` segment — the f-strings just duplicate it. The Mailgun maintainer confirmed the
- mailgun-python AsyncClient: malformed attachment when adding multiple files under the same key
`AsyncClient` used different file-handling logic than the sync `Client` and mangled repeated keys. The maintainer fixed it in PR #35, so upgrading to the release containing that fix resolves it. Workarounds for the affected version: use uni