Skip to content

Commit 5f49b1e

Browse files
authored
Requirements: unpin newrelic (#10041)
I checked all the changelogs from 7.4.x and there is no breaking changes that affect us. https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-80600/
1 parent 38fca65 commit 5f49b1e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

requirements/deploy.in

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ psycopg2
88
pillow
99

1010
structlog-sentry
11-
12-
# We should unpin this dependency.
13-
# There is a new 8.x version, but I didn't find the changelog quickly.
14-
newrelic==7.4.0.172
11+
newrelic
1512

1613
ipython

requirements/deploy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ markupsafe==2.1.2
246246
# jinja2
247247
matplotlib-inline==0.1.6
248248
# via ipython
249-
newrelic==7.4.0.172
249+
newrelic==8.6.0
250250
# via -r requirements/deploy.in
251251
oauthlib==3.2.2
252252
# via

0 commit comments

Comments
 (0)