From 36ea497d12afa5366c45fbfd4d93c405e304e738 Mon Sep 17 00:00:00 2001 From: Ryan Kadri Date: Thu, 26 Oct 2023 10:32:53 -0400 Subject: [PATCH] Point to specific commit hash --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9b03d5..8c99c7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ keywords = [ [tool.poetry.dependencies] python = ">=3.8.1,<4.0.0" -newrelic = { git = "https://github.com/newrelic/newrelic-python-agent", branch = "improved-record-ml-event" } +newrelic = { git = "https://github.com/newrelic/newrelic-python-agent.git", rev = "ccaeb3d40fa5b91573c0edb95bc23cf5c1806f8b" } openai = ">=0.8,<0.30" tiktoken = "^0.5.1"