From b1d241bcc6cd753dcb3d108466c646951ac9a31c Mon Sep 17 00:00:00 2001 From: Hossam Hammady Date: Fri, 22 Dec 2023 10:21:24 -0500 Subject: [PATCH] Raise minimum required version for newrelic --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 81b9e5a..ef162f0 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ 'psycopg2-binary>=2', 'python-dateutil>=2', 'PyYAML>=3', - 'newrelic>=7' + 'newrelic>=8.3.0' ] setup(