sendgrid-python icon indicating copy to clipboard operation
sendgrid-python copied to clipboard

The Official Twilio SendGrid Python API Library

Results 67 sendgrid-python issues
Sort by recently updated
recently updated
newest added

Fixes #988 The async example never actually worked in an async way. It tricked users into thinking they were using async code but in reality the sendgrid_client.send call (which is...

The following sending example fails silently if the IP Pool Name does not exist. This is a serious bug, as it can easily go unnoticed. It fails to send when...

> [!IMPORTANT] > Officially drops support for python

`ruff` is no longer in beta. Astral has a first party action: https://github.com/astral-sh/ruff-action The settings for what to select and ignore should be defined in the `pyrpoject.toml` file or `ruff.toml`...

With python 2.7 being dropped (intentionally or not; See #1118 for why I say this) upgrading this package to modern python is very possible. ### What does it mean to...

# Fixes #997 The function add_header works with key-value dicts as arguments. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license -...

Similar to https://github.com/twilio/twilio-python/issues/879