try initializing new relic after we monkeypatch

This commit is contained in:
Kenneth Kehl
2025-07-29 07:55:48 -07:00
parent e7cee89624
commit 1ff90843d7
4 changed files with 7 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ jsonschema = {version = "==4.25.0", extras = ["format"]}
lxml = "==6.0.0"
marshmallow = "^4.0.0"
marshmallow-sqlalchemy = "^1.4.2"
newrelic = "*"
newrelic = "^10.15.0"
packaging = "==25.0"
poetry-dotenv-plugin = "==0.2.0"
psycopg2-binary = "==2.9.10"