release(core): 1.2.17 (#35527)

This commit is contained in:
Mason Daugherty
2026-03-02 17:44:57 -05:00
committed by GitHub
parent 61fd90a2f3
commit cdf140e77d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
"""langchain-core version information and utilities."""
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 = [
"langsmith>=0.3.45,<1.0.0",