I have code that follows the standard example for verifying webhooks as defined here: https://github.com/sendgrid/sendgrid-python/blob/main/examples/helpers/eventwebhook/eventwebhook_example.py This commit breaks the example by removing the import of EventWebhookHeader from sendgrid/helpers/eventwebhook/__init__.py: https://github.com/sendgrid/sendgrid-python/commit/6eb4375f4d1ef1e0c1ad17d07858706291380ebc#diff-5221880bcec474531b94d5979f79562574ae823a126a94aeec204806ca3f8061L5 I was able to work around this, but a patch release shouldn't break backwards compatibility like this. Also the example is now broken.