Skip to content

Commit 6b249a0

Browse files
authored
openai[patch]: release 0.3.1 (#29301)
1 parent e9abe58 commit 6b249a0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

libs/partners/openai/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/partners/openai/pyproject.toml

+2-2
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.3.0"
7+
version = "0.3.1"
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.29"
26+
langchain-core = "^0.3.30"
2727
openai = "^1.58.1"
2828
tiktoken = ">=0.7,<1"
2929

0 commit comments

Comments
 (0)