Skip to content

Commit

Permalink
openai[patch]: Release 0.1.23 (#25804)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Aug 28, 2024
1 parent 0d3fd0a commit 85aef76
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 49 deletions.
96 changes: 49 additions & 47 deletions libs/partners/openai/poetry.lock

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

4 changes: 2 additions & 2 deletions libs/partners/openai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-openai"
version = "0.1.22"
version = "0.1.23"
description = "An integration package connecting OpenAI and LangChain"
authors = []
readme = "README.md"
Expand All @@ -23,7 +23,7 @@ ignore_missing_imports = true

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.2.33"
langchain-core = "^0.2.35"
openai = "^1.40.0"
tiktoken = ">=0.7,<1"

Expand Down

0 comments on commit 85aef76

Please sign in to comment.