Skip to content

Commit beaeebb

Browse files
authored
Requirements: pin newrelic (#12092)
There is a bug in New Relic that breaks Celery/Kombu. See newrelic/newrelic-python-agent#1347
1 parent ff501bc commit beaeebb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements/deploy.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
structlog-sentry
66

7-
newrelic
7+
# Pinned due to a bug in 10.8.1
8+
# See https://github.com/newrelic/newrelic-python-agent/issues/1347
9+
newrelic==10.7.0
810

911
ipython

requirements/deploy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ markdown==3.7
264264
# via -r requirements/pip.txt
265265
matplotlib-inline==0.1.7
266266
# via ipython
267-
newrelic==10.8.1
267+
newrelic==10.7.0
268268
# via -r requirements/deploy.in
269269
oauthlib==3.2.2
270270
# via

0 commit comments

Comments
 (0)