release(core): 1.2.14 (#35328)

This commit is contained in:
ccurme
2026-02-19 09:18:24 -05:00
committed by GitHub
parent 18230f625f
commit 9851838eb8
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

6
libs/core/uv.lock generated
View File

@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.14' and platform_python_implementation == 'PyPy'",
@@ -992,7 +992,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.2.13"
version = "1.2.14"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },
@@ -1131,7 +1131,7 @@ typing = [
[[package]]
name = "langchain-text-splitters"
version = "1.1.0"
version = "1.1.1"
source = { directory = "../text-splitters" }
dependencies = [
{ name = "langchain-core" },