Skip to content

Commit

Permalink
Point to specific commit hash (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKadri authored Oct 26, 2023
1 parent bb38035 commit e4bb73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit e4bb73d

Please sign in to comment.