From 5b335b535c7428ebda11fe8933353e4164c3f296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:46:19 +0000 Subject: [PATCH] Bump langchain-text-splitters from 0.3.5 to 1.0.0a1 Bumps [langchain-text-splitters](https://github.com/langchain-ai/langchain) from 0.3.5 to 1.0.0a1. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-text-splitters==0.3.5...langchain-text-splitters==1.0.0a1) --- updated-dependencies: - dependency-name: langchain-text-splitters dependency-version: 1.0.0a1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c3d795..df6314e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ requests==2.32.4 tabulate==0.9.0 # AI and NLP dependencies -langchain-text-splitters==0.3.5 +langchain-text-splitters==1.0.0a1 openai==1.55.3 tiktoken==0.7.0