Skip to content

Commit 2c795f5

Browse files
author
Erick Friis
authored
partners/openai: release 0.3.3 (#29490)
1 parent f307b3c commit 2c795f5

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

libs/partners/openai/poetry.lock

Lines changed: 15 additions & 15 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.3.2"
7+
version = "0.3.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.31"
26+
langchain-core = "^0.3.33"
2727
openai = "^1.58.1"
2828
tiktoken = ">=0.7,<1"
2929

0 commit comments

Comments
 (0)