release(core): 0.3.85 (#37205)

This commit is contained in:
Nick Hollon
2026-05-05 16:20:00 -04:00
committed by GitHub
parent 083b199cb1
commit bba04da32b
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -17,7 +17,7 @@ dependencies = [
"uuid-utils>=0.12.0,<1.0",
]
name = "langchain-core"
version = "0.3.84"
version = "0.3.85"
description = "Building applications with LLMs through composability"
readme = "README.md"

2
libs/core/uv.lock generated
View File

@@ -958,7 +958,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.84"
version = "0.3.85"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },