From 20ff188d314bdf3b1883521f3400d4a5bb4ec176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 14:14:56 +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 0.3.9. - [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==0.3.9) --- updated-dependencies: - dependency-name: langchain-text-splitters dependency-version: 0.3.9 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..4da1e8b2d 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==0.3.9 \ No newline at end of file