openai: release 0.3.16 (#31100)

This commit is contained in:
ccurme 2025-05-02 13:14:46 -04:00 committed by GitHub
parent ff41f47e91
commit 77ecf47f6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -7,12 +7,12 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.56",
"langchain-core<1.0.0,>=0.3.58",
"openai<2.0.0,>=1.68.2",
"tiktoken<1,>=0.7",
]
name = "langchain-openai"
version = "0.3.15"
version = "0.3.16"
description = "An integration package connecting OpenAI and LangChain"
readme = "README.md"

View File

@ -462,7 +462,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.56"
version = "0.3.58"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@ -521,7 +521,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "0.3.15"
version = "0.3.16"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },