release: langchain-core 1.2.7 (#34678)

This commit is contained in:
Sydney Runkle
2026-01-09 11:02:38 -05:00
committed by GitHub
parent 323c76504a
commit c080296bed
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

4
libs/core/uv.lock generated
View File

@@ -1,5 +1,5 @@
version = 1
revision = 2
revision = 3
requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.14' and platform_python_implementation == 'PyPy'",
@@ -983,7 +983,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.2.6"
version = "1.2.7"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },