You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@aweakley I think it would be reasonable to set a minimum version in ixc-django-docker's setup.py to force installation of more up-to-date versions, though it is arguably the project's responsibility to pin (and then update) its version of the new relic lib to be appropriate for the Python version the project is using.
Also, since any projects that are using very outdated versions of the newrelic library aren't likely to be using an up-to-date version of ixc-django-docker anyway, enforcing a minimum version here isn't likely to avoid the problem in any existing projects.
I had to upgrade to a newer NewRelic. It was this issue: https://discuss.newrelic.com/t/async-and-await-will-be-reserved-keywords-in-python-3-7/53297
I ended up with
newrelic==5.14.1.144
but it appears to work with anything>=2.100.0.84
The text was updated successfully, but these errors were encountered: