release(core): 0.3.80 (#34039)

Release 0.3.80
This commit is contained in:
Eugene Yurtsev
2025-11-19 16:53:03 -05:00
committed by GitHub
parent fa7789d6c2
commit 640d85c60f
3 changed files with 3 additions and 3 deletions

View File

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

View File

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