Skip to content

Bump django-anymail[mailgun] from 11.0.1 to 13.0 #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 4, 2025

Bumps django-anymail[mailgun] from 11.0.1 to 13.0.

Release notes

Sourced from django-anymail[mailgun]'s releases.

v13.0

Changelog

v12.0

Changelog

v11.1

Changelog

Changelog

Sourced from django-anymail[mailgun]'s changelog.

v13.0

2025-04-03

Breaking changes


* **Postal:** Require Python 3.9 or later for Postal tracking webhook support.
  (Postal's signature verification uses the "cryptography" package, which is no
  longer reliably installable with Python 3.8.)

Fixes


* **Mailjet:** Avoid a Mailjet API error when sending an inline image without a
  filename. (Anymail now substitutes ``"attachment"`` for the missing filename.)
  (Thanks to `@chickahoona`_ for reporting the issue.)
  • Mailjet: Fix a JSON parsing error on Mailjet 429 "too many requests" API
    responses. (Thanks to @rodrigondec_ for reporting the issue.)

  • Postmark: Fix a parsing error when Postmark indicates a sent message has
    been delayed, which can occur if your message stream is paused or throttled or
    when Postmark is experiencing service issues. These messages will now report
    "queued" in the anymail_status (rather than throwing an error or reporting
    "sent"). (Thanks to @jmduke_ for reporting the issue.)

  • Postmark: Fix an error in inbound handling with long email address display
    names that include non-ASCII characters.

  • SendGrid: Improve handling of non-string values in merge_data when using
    legacy templates or inline merge fields. To avoid a confusing SendGrid API error
    message, Anymail now converts numeric merge data values to strings, but will raise
    an AnymailSerializationError for other non-string data in SendGrid substitutions.
    (SendGrid's newer dynamic transactional templates do not have this limitation.)
    (Thanks to @PlusAsh_ for reporting the issue.)

Other

  • Officially support Django 5.2.

  • Resend: Remove Anymail's workaround for an earlier Resend API bug with punctuation in address display names. Resend has fixed the bug.

  • SendGrid: Remove Anymail's workaround for an earlier SendGrid API bug with punctuation in address display names. SendGrid has fixed the bug.

</tr></table>

... (truncated)

Commits
  • 7e0aa99 Release 13.0
  • a93c736 CI: Switch to PyPI trusted publishing
  • aa4dca2 CI: enable pip cache
  • e6cb496 Tests/CI: use Python 3.13 by default
  • 533bf32 Tests/CI: check Django 5.2 release
  • eec566d CI: Test Django 5.2 pre-release.
  • 335de96 SendGrid: Handle non-string data in legacy substitutions
  • 6acdf36 Resend: Remove obsolete display name workaround
  • e548f6c SendGrid: Remove obsolete display name workaround
  • 85decd8 Docs: Update some links
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 4, 2025
Bumps [django-anymail[mailgun]](https://github.com/anymail/django-anymail) from 11.0.1 to 13.0.
- [Release notes](https://github.com/anymail/django-anymail/releases)
- [Changelog](https://github.com/anymail/django-anymail/blob/main/CHANGELOG.rst)
- [Commits](anymail/django-anymail@v11.0.1...v13.0)

---
updated-dependencies:
- dependency-name: django-anymail[mailgun]
  dependency-version: '13.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-anymail-mailgun--13.0 branch from 23e8b17 to fc58dd7 Compare April 4, 2025 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants