Skip to content

Commit

Permalink
bump openai agent deps (#16112)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Sep 19, 2024
1 parent 26205a0 commit 52fb788
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-agent-openai"
readme = "README.md"
version = "0.3.3"
version = "0.3.4"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
openai = ">=1.14.0"
llama-index-llms-openai = "^0.2.0"
llama-index-llms-openai = "^0.2.9"
llama-index-core = "^0.11.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 52fb788

Please sign in to comment.