Skip to content

chore(deps): bump newrelic from 11.2.0 to 13.0.1#9543

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/newrelic-13.0.1
Open

chore(deps): bump newrelic from 11.2.0 to 13.0.1#9543
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/newrelic-13.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Bumps newrelic from 11.2.0 to 13.0.1.

Release notes

Sourced from newrelic's releases.

v13.0.1

Notes

This release of the Python agent fixes a context propagation issue in LangChain and LangGraph, an OpenAI chat completion recording issue, and an issue when using OpenAI(https://pypi.org/project/openai) streaming through LiteLLM as a proxy.

Install the agent using easy_install/pip/distribute via the Python Package Index, using conda via the Conda-Forge Package Index, or download it directly from the New Relic download site.

Bugs

  • Fix context propagation in LangChain and LangGraph

    • Adds additional transaction context propagation to LangChain and LangGraph to support a wider range of application structures.
  • Fix an OpenAI chat completion recording issue

    • OpenAI reintroduced logic that closes the streaming response even if the consumer hasn't read all data. Previously, the chat completion data was only recorded when reaching the stream's end which resulted in chat completion data not being recorded at the closing of the stream. Logic has now been added to capture the chat completion data even if the stream has not been fully read.
  • Fix an issue when using OpenAI streaming through LiteLLM as a proxy

    • Previously when using the OpenAI SDK connected through a LiteLLM proxy server it was possible to lose reporting of LLM response data due to a missing finish reason. This has been fixed, and the response should now always be recorded.

Support statement

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date.

See the New Relic Python agent EOL policy for information about agent releases and support dates.

v13.0.0

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-130000/

v12.1.0

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-120100/

v12.0.0

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-120000/

v11.5.0

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-110500/

v11.4.0

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-110400/

v11.3.0

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-110300/

Commits

@dependabot dependabot Bot added the dependencies Bot PRs that update dependencies label May 22, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/newrelic-13.0.1 branch from 9cd4881 to 0e167f9 Compare May 27, 2026 09:12
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 11.2.0 to 13.0.1.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](newrelic/newrelic-python-agent@v11.2.0...v13.0.1)

---
updated-dependencies:
- dependency-name: newrelic
  dependency-version: 13.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/newrelic-13.0.1 branch from 0e167f9 to 7c743e5 Compare May 27, 2026 15:10
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.94%. Comparing base (7ddbc41) to head (7c743e5).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #9543   +/-   ##
=======================================
  Coverage   82.94%   82.94%           
=======================================
  Files         613      613           
  Lines       35372    35372           
  Branches     3206     3208    +2     
=======================================
  Hits        29338    29338           
  Misses       5880     5880           
  Partials      154      154           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

dependencies Bot PRs that update dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant