openai[patch]: release 0.3.5 (#29740)

This commit is contained in:
ccurme 2025-02-11 11:20:11 -08:00 committed by GitHub
parent 9477f49409
commit ba8f752bf5
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.4"
version = "0.3.5"
description = "An integration package connecting OpenAI and LangChain"
readme = "README.md"

View File

@ -520,7 +520,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "0.3.4"
version = "0.3.5"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },