openai: release 0.3.11 (#30503)

This commit is contained in:
ccurme 2025-03-26 15:24:37 -04:00 committed by GitHub
parent 8119a7bc5c
commit a9b1e1b177
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 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.48",
"langchain-core<1.0.0,>=0.3.49",
"openai<2.0.0,>=1.68.2",
"tiktoken<1,>=0.7",
]
name = "langchain-openai"
version = "0.3.10"
version = "0.3.11"
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.48"
version = "0.3.49"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@ -520,7 +520,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "0.3.10"
version = "0.3.11"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },
@ -605,7 +605,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.16"
version = "0.3.17"
source = { editable = "../../standard-tests" }
dependencies = [
{ name = "httpx" },