sendgrid-python
sendgrid-python copied to clipboard
The Official Twilio SendGrid Python API Library
Fixes #997 Headers are correctly added even if the argument of add_header is of type dict. The current spec seems to intend that only the first key/value is added when...
# Fixes # The verify_signature method returns False if the event payload is decoded using utf-8 and special characters exist, such as "é". The payload must be decoded using latin-1...
# Fixes # The docstring for `Mail.add_header` states that the headers can be a `Header` object or a `dict`, however, passing a `dict` breaks due to attempted `if header.personalization is...
so they are not installed under test folder in python site-packages Also remove the temp*.py exclusion as this does not seem to have any purpose # Fixes # Installing sendgrid...
# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...
Bumps [flask](https://github.com/pallets/flask) from 1.1.4 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
SendGrid now allows for multiple webhooks and this PR pulls in the non-breaking API changes to support it. Webhook resources will now take an ID parameter to target specific webhooks....