From 0f53b7a10f116ccd718973bfdef6529860e59d50 Mon Sep 17 00:00:00 2001 From: Hannah Stepanek Date: Mon, 14 Oct 2024 14:52:14 -0700 Subject: [PATCH] Fixup summary --- .../python-release-notes/python-agent-81000.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-81000.mdx b/src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-81000.mdx index ff426a4825f..31cbddedcd9 100644 --- a/src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-81000.mdx +++ b/src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-81000.mdx @@ -10,7 +10,7 @@ security: [] ## Notes -This release of the Python agent drops support for redis 3 and below and adds support for [Google Cloud Firestore](https://pypi.org/project/google-cloud-firestore/), async redis, and fixes a crash that occurs when wrapping generators. +This release of the Python agent drops support for redis 3 and below and adds support for [Google Cloud Firestore](https://pypi.org/project/google-cloud-firestore/), async [redis](https://pypi.org/project/redis/), and fixes a crash that occurs when wrapping generators. Install the agent using `easy_install/pip/distribute` via the [Python Package Index](https://pypi.python.org/pypi/newrelic) or download it directly from the [New Relic download site](https://download.newrelic.com/python_agent/release).