core: release 0.3.62 (#31376)

This commit is contained in:
ccurme
2025-05-27 12:52:09 -04:00
committed by GitHub
parent 580986b260
commit 930aa6073e
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

2
libs/core/uv.lock generated
View File

@@ -935,7 +935,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.61"
version = "0.3.62"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },