Skip to content

Commit b339f65

Browse files
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.
1 parent 04e7a55 commit b339f65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Main entrypoint into LangChain."""
22

3-
__version__ = "1.2.16"
3+
__version__ = "1.2.17"

libs/langchain_v1/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Topic :: Software Development :: Libraries :: Python Modules",
2222
]
2323

24-
version = "1.2.16"
24+
version = "1.2.17"
2525
requires-python = ">=3.10.0,<4.0.0"
2626
dependencies = [
2727
"langchain-core>=1.3.2,<2.0.0",

0 commit comments

Comments
 (0)