Skip to content

fix: django util version upgraded to 8.0.1#984

Closed
vgulati-apphelix wants to merge 1 commit intoopenedx:masterfrom
edx:vgulati/BOMS-480
Closed

fix: django util version upgraded to 8.0.1#984
vgulati-apphelix wants to merge 1 commit intoopenedx:masterfrom
edx:vgulati/BOMS-480

Conversation

@vgulati-apphelix
Copy link
Copy Markdown

@vgulati-apphelix vgulati-apphelix commented May 6, 2026

Description

Add constraints for edx-django-utils
edx-django-utils>=8.0.1
to requirements/constraints.txt to resolve incompatibility with newer New Relic Python agent versions.

edx-django-utils 8.0.0 uses deprecated New Relic APIs that are no longer available in newer New Relic agent versions, causing xqueue failures. Version 8.0.1 is compatible with newer agents while remaining backward compatible.

Upgrade Python dependencies and pin edx-django-utils>=8.0.1 to address New Relic compatibility issues affecting xqueue.

# - `newrelic.agent.record_exception()` (deprecated)
#`edx-django-utils==8.0.1` version is compatible with New Relic 11.0.0+
# and backward compatible with older versions
edx-django-utils>=8.0.1 No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We would generally only put max or exact constraints in constraints.txt, and specify min constraints directly in the .in files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants