Skip to content

Commit

Permalink
openai[patch]: bump sdk version (#23592)
Browse files Browse the repository at this point in the history
Tests failing with `TypeError: Completions.create() got an unexpected
keyword argument 'parallel_tool_calls'`
  • Loading branch information
ccurme authored Jun 27, 2024
1 parent 60fc15a commit 5bfcb89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions libs/partners/openai/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/partners/openai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.2.2,<0.3"
openai = "^1.26.0"
openai = "^1.32.0"
tiktoken = ">=0.7,<1"

[tool.poetry.group.test]
Expand Down

0 comments on commit 5bfcb89

Please sign in to comment.