Skip to content

Commit

Permalink
openai[patch]: bump minimum SDK version (#28632)
Browse files Browse the repository at this point in the history
Resolves #28625
  • Loading branch information
ccurme authored Dec 9, 2024
1 parent ec9b414 commit 6e6061f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 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 @@ -24,7 +24,7 @@ ignore_missing_imports = true
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.21"
openai = "^1.54.0"
openai = "^1.55.3"
tiktoken = ">=0.7,<1"

[tool.ruff.lint]
Expand Down

0 comments on commit 6e6061f

Please sign in to comment.