You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest version of sendgrid-python causes huge compatibility issues, due to missing Response's methods (e.g. to_dict), exceptions and so on in the older python-http-client.
Issue Summary
Latest version of sendgrid-python causes huge compatibility issues, due to missing Response's methods (e.g. to_dict), exceptions and so on in the older python-http-client.
Issue correlates with #321
In my opinion package shouldn't drop features unless those features were tagged as deprecated at least for a while.
How should I interpret it? Should I refactor my code?
Technical details: