From 55677e31f7b6b279c1d6752d1a8c3f1aad523a41 Mon Sep 17 00:00:00 2001 From: ccurme Date: Tue, 7 Jan 2025 09:48:26 -0500 Subject: [PATCH] text-splitters[patch]: release 0.3.5 (#29054) Resolves https://github.com/langchain-ai/langchain/issues/29053 --- libs/text-splitters/poetry.lock | 7 +++---- libs/text-splitters/pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/libs/text-splitters/poetry.lock b/libs/text-splitters/poetry.lock index 6a20fdb73eb25..6819ef0f632ce 100644 --- a/libs/text-splitters/poetry.lock +++ b/libs/text-splitters/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1426,7 +1426,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.3.26" +version = "0.3.29" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -2227,7 +2227,6 @@ description = "Nvidia JIT LTO Library" optional = false python-versions = ">=3" files = [ - {file = "nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_aarch64.whl", hash = "sha256:4abe7fef64914ccfa909bc2ba39739670ecc9e820c83ccc7a6ed414122599b83"}, {file = "nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl", hash = "sha256:06b3b9b25bf3f8af351d664978ca26a16d2c5127dbd53c0497e28d1fb9611d57"}, {file = "nvidia_nvjitlink_cu12-12.4.127-py3-none-win_amd64.whl", hash = "sha256:fd9020c501d27d135f983c6d3e244b197a7ccad769e34df53a42e276b0e25fa1"}, ] @@ -4803,4 +4802,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "b7eb1002788ae30d0aaa8872266ee1fa12bd6f845ba3fbf76a8785f6425da25c" +content-hash = "cdc4edb327b2a72ce35cda46d12dcd77403aa32ddf210e6ae96b32d98deba9b3" diff --git a/libs/text-splitters/pyproject.toml b/libs/text-splitters/pyproject.toml index 0fe9259027710..0c2fbf00afec2 100644 --- a/libs/text-splitters/pyproject.toml +++ b/libs/text-splitters/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-text-splitters" -version = "0.3.4" +version = "0.3.5" description = "LangChain text splitting utilities" authors = [] license = "MIT" @@ -36,7 +36,7 @@ ignore_missing_imports = "True" [tool.poetry.dependencies] python = ">=3.9,<4.0" -langchain-core = "^0.3.26" +langchain-core = "^0.3.29" [tool.ruff.lint] select = ["E", "F", "I", "T201", "D"]