Skip to content

Commit d9813bd

Browse files
authored
openai[patch]: Release 0.1.25 (#26439)
1 parent 7fc9e99 commit d9813bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

libs/partners/openai/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/partners/openai/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "langchain-openai"
7-
version = "0.1.24"
7+
version = "0.1.25"
88
description = "An integration package connecting OpenAI and LangChain"
99
authors = []
1010
readme = "README.md"
@@ -23,7 +23,7 @@ ignore_missing_imports = true
2323

2424
[tool.poetry.dependencies]
2525
python = ">=3.8.1,<4.0"
26-
langchain-core = "^0.2.39"
26+
langchain-core = "^0.2.40"
2727
openai = "^1.40.0"
2828
tiktoken = ">=0.7,<1"
2929

0 commit comments

Comments
 (0)