Open
Description
Issue Summary
I'm currently trying to deploy my web application using Heroku. I have integrated Sendgrid[ A mail sending service] with my project, which worked perfectly in development but is displaying an import error on production.
Exception/Log
cannot import name 'SendGridAPIClient' from 'sendgrid'
- sendgrid-python version: 3.6.5
- python version: 3.9.11
- sendgrid-django==4.2.0
I'm looking forward to a response.