release(langchain): 1.2.17 (#37110)

Bumps `langchain` from 1.2.16 → 1.2.17.

Picks up:
- `respond` decision added to HITL middleware (#37095)

> This PR was opened with AI-agent assistance.
This commit is contained in:
Sydney Runkle
2026-04-30 16:21:38 -04:00
committed by GitHub
parent 04e7a55f0b
commit b339f65e7e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
"""Main entrypoint into LangChain."""
__version__ = "1.2.16"
__version__ = "1.2.17"

View File

@@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
version = "1.2.16"
version = "1.2.17"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.3.2,<2.0.0",