core: release 0.3.53 (#30901)

This commit is contained in:
ccurme
2025-04-17 09:10:32 -04:00
committed by GitHub
parent 86d51f6be6
commit 2c2db1ab69
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -17,7 +17,7 @@ dependencies = [
"pydantic<3.0.0,>=2.7.4; python_full_version >= \"3.12.4\"",
]
name = "langchain-core"
version = "0.3.52"
version = "0.3.53"
description = "Building applications with LLMs through composability"
readme = "README.md"

4
libs/core/uv.lock generated
View File

@@ -937,7 +937,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.52"
version = "0.3.53"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },
@@ -1030,7 +1030,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.17"
version = "0.3.18"
source = { directory = "../standard-tests" }
dependencies = [
{ name = "httpx" },