tool · inferred from evidence
urljoin
A function (likely from Python's urllib.parse) used for URL construction.
- 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