Skip to content

Commit

Permalink
fix: update agent version for Grok
Browse files Browse the repository at this point in the history
  • Loading branch information
natecanfield822 committed Feb 10, 2024
1 parent 96c70c5 commit 2dcbaf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ keywords = [

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0.0"
newrelic = { git = "https://github.com/newrelic/newrelic-python-agent.git", rev = "510f747d54df4d4e6a6214eed5f6dcf5dc816621" }
openai = ">=0.8,<2.0"
newrelic = { git = "https://github.com/newrelic/newrelic-python-agent.git", rev = "f0e84419e603ea262f6deb139338d33372988b76" }
openai = ">=0.8,<0.30"
tiktoken = "^0.5.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 2dcbaf2

Please sign in to comment.