openai: release 0.3.12 (#30616)

This commit is contained in:
ccurme 2025-04-02 09:20:15 -04:00 committed by GitHub
parent 111dd90a46
commit 816492e1d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ dependencies = [
"tiktoken<1,>=0.7",
]
name = "langchain-openai"
version = "0.3.11"
version = "0.3.12"
description = "An integration package connecting OpenAI and LangChain"
readme = "README.md"

View File

@ -492,7 +492,7 @@ dev = [
{ name = "jupyter", specifier = ">=1.0.0,<2.0.0" },
{ name = "setuptools", specifier = ">=67.6.1,<68.0.0" },
]
lint = [{ name = "ruff", specifier = ">=0.9.2,<1.0.0" }]
lint = [{ name = "ruff", specifier = ">=0.11.2,<0.12.0" }]
test = [
{ name = "blockbuster", specifier = "~=1.5.18" },
{ name = "freezegun", specifier = ">=1.2.2,<2.0.0" },
@ -520,7 +520,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "0.3.11"
version = "0.3.12"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },