From 39a408eddb43fcd6b0343cfe8339e11b6b32d3a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 06:15:29 +0000 Subject: [PATCH] Bump langchain from 1.1.0 to 1.2.12 Bumps [langchain](https://github.com/langchain-ai/langchain) from 1.1.0 to 1.2.12. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==1.1.0...langchain==1.2.12) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.2.12 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..2057bc51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "azure-monitor-opentelemetry==1.8.3", "azure-storage-blob==12.23.1", "langdetect==1.0.9", - "langchain==1.1.0", + "langchain==1.2.12", "langchain-text-splitters==1.0.0", "openai==2.8.1", "pydantic==2.12.5", diff --git a/redactor/requirements.txt b/redactor/requirements.txt index 446818a9..1b849b9e 100644 --- a/redactor/requirements.txt +++ b/redactor/requirements.txt @@ -7,7 +7,7 @@ azure-storage-blob==12.23.1 azure-servicebus==7.14.3 coverage==7.12.0 filelock==3.25.2 -langchain==1.1.0 +langchain==1.2.12 langchain-text-splitters==1.0.0 langdetect==1.0.9 mock==5.2.0