openai[patch]: release 0.3.8 (#30164)

This commit is contained in:
ccurme 2025-03-07 13:26:40 -05:00 committed by GitHub
parent 4e5058f29c
commit 34638ccfae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

View File

@ -7,12 +7,12 @@ authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.39",
"langchain-core<1.0.0,>=0.3.42",
"openai<2.0.0,>=1.58.1",
"tiktoken<1,>=0.7",
]
name = "langchain-openai"
version = "0.3.7"
version = "0.3.8"
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.39"
version = "0.3.42"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@ -520,7 +520,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "0.3.7"
version = "0.3.8"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },
@ -603,7 +603,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.12"
version = "0.3.13"
source = { editable = "../../standard-tests" }
dependencies = [
{ name = "httpx" },
@ -619,8 +619,7 @@ dependencies = [
requires-dist = [
{ name = "httpx", specifier = ">=0.25.0,<1" },
{ name = "langchain-core", editable = "../../core" },
{ name = "numpy", marker = "python_full_version < '3.12'", specifier = ">=1.24.0,<2.0.0" },
{ name = "numpy", marker = "python_full_version >= '3.12'", specifier = ">=1.26.2,<3" },
{ name = "numpy", specifier = ">=1.26.2,<3" },
{ name = "pytest", specifier = ">=7,<9" },
{ name = "pytest-asyncio", specifier = ">=0.20,<1" },
{ name = "pytest-socket", specifier = ">=0.6.0,<1" },