release(openai): 1.1.16 (#36927)

This commit is contained in:
ccurme
2026-04-21 15:04:23 -04:00
committed by GitHub
parent 488c6a73bb
commit 9f6af21ce4
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
version = "1.1.15"
version = "1.1.16"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.3.0,<2.0.0",

View File

@@ -684,7 +684,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "1.1.15"
version = "1.1.16"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },