getsentry / raven-python

Raven is the legacy Python client for Sentry (getsentry.com) — replaced by sentry-python
https://sentry.io
BSD 3-Clause "New" or "Revised" License
1.68k stars 657 forks source link

chore(deprecation): fix collections.abc imports #1298

Closed TheKevJames closed 5 years ago

TheKevJames commented 5 years ago

As of Python 3.7, importing ABCs directly from collections has been deprecated.

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working.