anthony sottile
anthony sottile
### How do you use Sentry? Sentry Saas (sentry.io) ### Version mainline ### Steps to Reproduce sentry has a few celerybeat tasks which are configured with very short intervals --...
resolves #60
in python 3.13 with warnings enabled this becomes an error: ```pycon .venv/lib/python3.13/site-packages/email_reply_parser/__init__.py:32: in parse_reply return EmailReplyParser.read(text).reply .venv/lib/python3.13/site-packages/email_reply_parser/__init__.py:22: in read return EmailMessage(text).read() .venv/lib/python3.13/site-packages/email_reply_parser/__init__.py:68: in read self.text = re.sub('([^\n])(?=\n ?[_-]{7,})', '\\1\n', self.text,...
### Subject incredibly specific unfortunately -- https://github.com/getsentry/sentry/blob/00f7a931ef9cb9efc31658a89d85eed19a52155e/src/sentry/net/http.py#L138-L141 we have to patch all the way down to do ip address filtering in requests / urllib3 -- to override the connection creation...