From 6f4f3c15c928047dfb1bd13bf2b2f685bbc47221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 16:08:01 +0000 Subject: [PATCH] Bump langchain-text-splitters from 1.0.0 to 1.1.1 Bumps [langchain-text-splitters](https://github.com/langchain-ai/langchain) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-text-splitters==1.0.0...langchain-text-splitters==1.1.1) --- updated-dependencies: - dependency-name: langchain-text-splitters dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- redactor/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9b41b4bb..3b5cc617 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "azure-storage-blob==12.23.1", "langdetect==1.0.9", "langchain==1.1.0", - "langchain-text-splitters==1.0.0", + "langchain-text-splitters==1.1.1", "openai==2.8.1", "pydantic==2.12.5", "pillow==12.0.0", diff --git a/redactor/requirements.txt b/redactor/requirements.txt index 446818a9..c26e49c4 100644 --- a/redactor/requirements.txt +++ b/redactor/requirements.txt @@ -8,7 +8,7 @@ azure-servicebus==7.14.3 coverage==7.12.0 filelock==3.25.2 langchain==1.1.0 -langchain-text-splitters==1.0.0 +langchain-text-splitters==1.1.1 langdetect==1.0.9 mock==5.2.0 openai==2.8.1