release(core): 0.3.72 (#32214)

fixes #32170
This commit is contained in:
Mason Daugherty
2025-07-23 20:33:48 -04:00
committed by GitHub
parent fb5da8384e
commit bd3d6496f3
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -16,7 +16,7 @@ dependencies = [
"pydantic>=2.7.4",
]
name = "langchain-core"
version = "0.3.71"
version = "0.3.72"
description = "Building applications with LLMs through composability"
readme = "README.md"

2
libs/core/uv.lock generated
View File

@@ -987,7 +987,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.71"
version = "0.3.72"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },