release(core): 1.2.2 (#34391)

This commit is contained in:
Mason Daugherty
2025-12-16 14:17:47 -05:00
committed by GitHub
parent 516d74b6df
commit f93bc48915
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
"""langchain-core version information and utilities."""
VERSION = "1.2.1"
VERSION = "1.2.2"

View File

@@ -9,7 +9,7 @@ license = {text = "MIT"}
readme = "README.md"
authors = []
version = "1.2.1"
version = "1.2.2"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langsmith>=0.3.45,<1.0.0",