From e4bb73dc564fc5a60dad7bc12d54a1bf0687dafd Mon Sep 17 00:00:00 2001 From: Ryan Kadri Date: Thu, 26 Oct 2023 10:36:22 -0400 Subject: [PATCH] Point to specific commit hash (#34) --- 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"