release(core): 0.3.74 (#32454)

This commit is contained in:
ccurme
2025-08-07 17:39:01 -03:00
committed by GitHub
parent 5036bd7adb
commit 6727d6e8c8
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -16,7 +16,7 @@ dependencies = [
"pydantic>=2.7.4",
]
name = "langchain-core"
version = "0.3.73"
version = "0.3.74"
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.73"
version = "0.3.74"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },