Skip to content

Commit

Permalink
feat: Update agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKadri committed Feb 2, 2024
1 parent ffbaf97 commit fe1b9e8
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.git", rev = "7051455f076d2f617719d9bf6ddbca6989fa0afd" }
newrelic = { git = "https://github.com/newrelic/newrelic-python-agent.git", rev = "510f747d54df4d4e6a6214eed5f6dcf5dc816621" }
openai = ">=0.8,<0.30"
tiktoken = "^0.5.1"

Expand Down

0 comments on commit fe1b9e8

Please sign in to comment.