Skip to content

Commit 2cf2cef

Browse files
author
Erick Friis
authored
partners/openai: release 0.2.3 (#27457)
1 parent 7d65a32 commit 2cf2cef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libs/partners/openai/poetry.lock

Lines changed: 1 addition & 1 deletion
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.2.2"
7+
version = "0.2.3"
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.9,<4.0"
26-
langchain-core = "^0.3.9"
26+
langchain-core = "^0.3.12"
2727
openai = "^1.52.0"
2828
tiktoken = ">=0.7,<1"
2929

0 commit comments

Comments
 (0)