From f0e858b4e3b4f38e99d14e0fa65b550f8a656c2e Mon Sep 17 00:00:00 2001 From: ccurme Date: Thu, 19 Dec 2024 17:52:32 -0500 Subject: [PATCH] core[patch]: release 0.3.28 (#28837) --- libs/core/poetry.lock | 6 +++--- libs/core/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/core/poetry.lock b/libs/core/poetry.lock index d39e1a397af16..53962198d8297 100644 --- a/libs/core/poetry.lock +++ b/libs/core/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1211,7 +1211,7 @@ url = "../standard-tests" [[package]] name = "langchain-text-splitters" -version = "0.3.3" +version = "0.3.4" description = "LangChain text splitting utilities" optional = false python-versions = ">=3.9,<4.0" @@ -1219,7 +1219,7 @@ files = [] develop = true [package.dependencies] -langchain-core = "^0.3.25" +langchain-core = "^0.3.26" [package.source] type = "directory" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 610ea3aca1061..2bba5c7ff609d 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.27" +version = "0.3.28" description = "Building applications with LLMs through composability" authors = [] license = "MIT"