From c54d4812e55f9e580d0890858ad7145058da7c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:10:21 +0000 Subject: [PATCH] chore(deps)(deps): bump the langchain group across 1 directory with 5 updates Updates the requirements on [langchain-core](https://github.com/langchain-ai/langchain), [langchain](https://github.com/langchain-ai/langchain), [langchain-openai](https://github.com/langchain-ai/langchain), [langchain-anthropic](https://github.com/langchain-ai/langchain) and [langchain-google-genai](https://github.com/langchain-ai/langchain-google) to permit the latest version. Updates `langchain-core` to 1.5.1 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.3.0...langchain-core==1.5.1) Updates `langchain` to 1.3.14 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==1.2.0...langchain==1.3.14) Updates `langchain-openai` to 1.4.1 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==1.2.0...langchain-openai==1.4.1) Updates `langchain-anthropic` to 1.5.2 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-anthropic==1.4.0...langchain-anthropic==1.5.2) Updates `langchain-google-genai` to 4.3.1 - [Release notes](https://github.com/langchain-ai/langchain-google/releases) - [Commits](https://github.com/langchain-ai/langchain-google/compare/libs/genai/v4.2.0...libs/genai/v4.3.1) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: langchain - dependency-name: langchain-anthropic dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: langchain - dependency-name: langchain-core dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: langchain - dependency-name: langchain-google-genai dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: langchain - dependency-name: langchain-openai dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: langchain ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 70f46fc..2c69417 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,9 +8,9 @@ ruamel.yaml>=0.18.6 setuptools>=82.0.1 # AI analysis dependencies (the docksec[ai] extra) -langchain-core>=1.3,<2 -langchain>=1.2,<2 -langchain-openai>=1.2,<2 -langchain-anthropic>=1.4,<2 -langchain-google-genai>=4.2,<5 +langchain-core>=1.5.1,<2 +langchain>=1.3.14,<2 +langchain-openai>=1.4.1,<2 +langchain-anthropic>=1.5.2,<2 +langchain-google-genai>=4.3.1,<5 langchain-ollama>=1.1,<2