mirror of
https://github.com/hwchase17/langchain.git
synced 2026-05-01 05:14:12 +00:00
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:
@@ -1,3 +1,3 @@
|
||||
"""Main entrypoint into LangChain."""
|
||||
|
||||
__version__ = "1.2.16"
|
||||
__version__ = "1.2.17"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user