openai[patch]: release 0.3.15 (#31087)

This commit is contained in:
ccurme 2025-05-01 09:22:30 -04:00 committed by GitHub
parent da59eb7eb4
commit 6110c3ffc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 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.53",
"langchain-core<1.0.0,>=0.3.56",
"openai<2.0.0,>=1.68.2",
"tiktoken<1,>=0.7",
]
name = "langchain-openai"
version = "0.3.14"
version = "0.3.15"
description = "An integration package connecting OpenAI and LangChain"
readme = "README.md"

View File

@ -1,5 +1,4 @@
version = 1
revision = 1
requires-python = ">=3.9"
resolution-markers = [
"python_full_version >= '3.13'",
@ -522,7 +521,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "0.3.14"
version = "0.3.15"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },