openai: release 0.3.27 (#31769)

To pick up https://github.com/langchain-ai/langchain/pull/31756.
This commit is contained in:
ccurme 2025-06-27 13:44:45 -04:00 committed by GitHub
parent 0189c50570
commit 9f17fabc43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -537,7 +537,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "0.3.26"
version = "0.3.27"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },