library · inferred from evidence
mailgun-python
A Python SDK for interacting with the Mailgun API.
- mailgun-python AsyncClient: malformed attachment when adding multiple files under the same key
How to fix mailgun: mailgun-python asyncclient: malformed attachment when adding multiple files under the same key.
- mailgun-python 1.7.0: all requests 404 when api_url includes /v3
What this covers: After upgrading mailgun-python from 1.6.0 to 1.7.0, every request 404s when `api_url` includes the version path, e.g. The fix that worked: This is a regression in 1.7.0: the SDK replaced `urljoin` with f-string URL buildin