From e97b6929dd37ec95c16d1ba324784bc34710a86c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 00:46:03 +0000 Subject: [PATCH] Bump langchain-text-splitters in /scenarios/PostgresRagLlmDemo Bumps [langchain-text-splitters](https://github.com/langchain-ai/langchain) from 0.2.2 to 1.1.2. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-text-splitters==0.2.2...langchain-text-splitters==1.1.2) --- updated-dependencies: - dependency-name: langchain-text-splitters dependency-version: 1.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scenarios/PostgresRagLlmDemo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/PostgresRagLlmDemo/requirements.txt b/scenarios/PostgresRagLlmDemo/requirements.txt index c640a75ec..1f4b08063 100644 --- a/scenarios/PostgresRagLlmDemo/requirements.txt +++ b/scenarios/PostgresRagLlmDemo/requirements.txt @@ -1,4 +1,4 @@ azure-identity==1.17.1 openai==1.55.3 psycopg2==2.9.9 -langchain-text-splitters==0.2.2 \ No newline at end of file +langchain-text-splitters==1.1.2 \ No newline at end of file