sendgrid-python
sendgrid-python copied to clipboard
The Official Twilio SendGrid Python API Library
Hey guys, Awesome SDK. I want to see the support for Python 3.12, and I am willing to contribute and take the time to ensure tests pass and everything looks...
# Fixes # As part of the quay.io vulnerability report, it is reported that the `sendgrid-python==6.11.0` package has a vulnerability (GHSA-9wx7-jrvc-28mm) reported for dependency `starkbank-ecdsa==2.2.0` which is the latest version...
Based on the documentation here I assumed this endpoint supports pagination based on the `limit` and `offset` parameters that it provides (Also the default `page_size` is 50 which it says...
According to the comments, the _text and _html attributes in FooterSettings are of type str, which will cause an error when calling the get() method of mail. /usr/local/lib/python3.10/site-packages/sendgrid/helpers/mail/footer_settings.py in get(self)...
Are there any stub files for this module?
Is the current implementation support sending the mail to a distribution list id?
# Fixes # Hi, I have generated documentation to help new developers to get up to speed with the sendgird-python codebase. I've noticed how intimidating it can be for new...
I am trying to filter the Email Activity API and download a CSV of the results. No matter what filter I put on there the CSV is not being sent...
Hi, I noticed you switched from `starkbank-ecdsa` to `ecdsa`. There are currently 2 vulnerabilities for `ecdsa` [CVE-2024-23342](https://data.safetycli.com/v/64459/742/), [PVE-2024-64396](https://data.safetycli.com/v/64396/742/). For now I'm just ignoring them in my CI pipeline, but what...
Hi, The following CVE popped up for us in one of our containers. It is coming in from sendgrid's reliance on werkzeug. I wondered if there was a plan to...