release(core): 0.3.83 (#34733)

This commit is contained in:
Mason Daugherty
2026-01-12 20:16:58 -05:00
committed by GitHub
parent 4dab5fafc0
commit c0e2f08f78
2 changed files with 2 additions and 2 deletions

View File

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

View File

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