Skip to content

Commit

Permalink
openai[patch]: fix core min version (#19366)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Mar 20, 2024
1 parent 0b20c09 commit a9cda53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -12,7 +12,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.27"
langchain-core = "^0.1.33"
openai = "^1.10.0"
tiktoken = ">=0.5.2,<1"

Expand Down

0 comments on commit a9cda53

Please sign in to comment.