openai: release 0.3.24 (#31642)

This commit is contained in:
ccurme 2025-06-17 15:06:52 -04:00 committed by GitHub
parent c1c3e13a54
commit 3044bd37a9
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.64",
"langchain-core<1.0.0,>=0.3.65",
"openai<2.0.0,>=1.86.0",
"tiktoken<1,>=0.7",
]
name = "langchain-openai"
version = "0.3.23"
version = "0.3.24"
description = "An integration package connecting OpenAI and LangChain"
readme = "README.md"

View File

@ -494,7 +494,7 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "jsonpatch", specifier = ">=1.33,<2.0" },
{ name = "langsmith", specifier = ">=0.3.45,<0.4" },
{ name = "langsmith", specifier = ">=0.3.45" },
{ name = "packaging", specifier = ">=23.2,<25" },
{ name = "pydantic", specifier = ">=2.7.4" },
{ name = "pyyaml", specifier = ">=5.3" },
@ -537,7 +537,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "0.3.23"
version = "0.3.24"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },