release(core): 1.2.21 (#36179)

This commit is contained in:
ccurme
2026-03-23 13:57:14 -04:00
committed by GitHub
parent 6d07ef28a7
commit 19f81cf6f1
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
version = "1.2.20"
version = "1.2.21"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langsmith>=0.3.45,<1.0.0",

2
libs/core/uv.lock generated
View File

@@ -992,7 +992,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.2.20"
version = "1.2.21"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },