release(core): 0.3.81 (#34459)

This commit is contained in:
Mason Daugherty
2025-12-22 18:42:31 -06:00
committed by GitHub
parent d9ec4c5cc7
commit 6dc06da1bb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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