Skip to content

Commit

Permalink
openai[patch]: pre-release 0.1.3-rc.1 (#20249)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Apr 10, 2024
1 parent a43b9e4 commit a8eb0f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-openai"
version = "0.1.2"
version = "0.1.3-rc.1"
description = "An integration package connecting OpenAI and LangChain"
authors = []
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.41"
langchain-core = {version ="^0.1.42-rc.1", allow-prereleases=true}
openai = "^1.10.0"
tiktoken = ">=0.5.2,<1"

Expand Down

0 comments on commit a8eb0f5

Please sign in to comment.