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 diagnosis and shipped a patch: the SDK now detects a trailin…
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 diagnosis and shipped a patch: the SDK now detects a trailin…