From 277e83a3df3fee914f02f9b2b48804cbf50737af Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Fri, 3 Jan 2025 14:49:03 -0500 Subject: [PATCH] vbump --- libs/core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 79d46c3f67738..65e40fafb09f8 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-core" -version = "0.3.28" +version = "0.3.29" description = "Building applications with LLMs through composability" authors = [] license = "MIT"