release(openai): 1.3.5 (#38785)

Prepared with AI-agent assistance.
This commit is contained in:
Mason Daugherty
2026-07-10 14:47:52 -04:00
committed by GitHub
parent 4717cfc83b
commit 1c6bfc8f60
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
"""Version information for `langchain-openai`."""
__version__ = "1.3.4"
__version__ = "1.3.5"

View File

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

View File

@@ -727,7 +727,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "1.3.4"
version = "1.3.5"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },