From d5360b9bd6bdcee4160e38ee668c53630ab3a509 Mon Sep 17 00:00:00 2001 From: ccurme Date: Thu, 16 Jan 2025 17:52:37 -0500 Subject: [PATCH] core[patch]: release 0.3.30 (#29256) --- 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 eadfb8d460c..17cafbf8ed3 100644 --- a/libs/core/poetry.lock +++ b/libs/core/poetry.lock @@ -1200,7 +1200,7 @@ files = [ [[package]] name = "langchain-tests" -version = "0.3.7" +version = "0.3.8" description = "Standard tests for LangChain implementations" optional = false python-versions = ">=3.9,<4.0" @@ -1225,7 +1225,7 @@ url = "../standard-tests" [[package]] name = "langchain-text-splitters" -version = "0.3.4" +version = "0.3.5" description = "LangChain text splitting utilities" optional = false python-versions = ">=3.9,<4.0" @@ -1233,7 +1233,7 @@ files = [] develop = true [package.dependencies] -langchain-core = "^0.3.26" +langchain-core = "^0.3.29" [package.source] type = "directory" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 65e40fafb09..489bda05802 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.29" +version = "0.3.30" description = "Building applications with LLMs through composability" authors = [] license = "MIT"