Skip to content

Commit

Permalink
openai[patch]: Release 0.1.25 (#26439)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Sep 13, 2024
1 parent 7fc9e99 commit d9813bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.24"
version = "0.1.25"
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.39"
langchain-core = "^0.2.40"
openai = "^1.40.0"
tiktoken = ">=0.7,<1"

Expand Down

0 comments on commit d9813bd

Please sign in to comment.