From a7fe8a54340f4ca8691f8b3196d7cfd5c9ee2ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:08:50 +0000 Subject: [PATCH] deps(deps): bump the runtime-minor group with 3 updates Bumps the runtime-minor group with 3 updates: [langchain-core](https://github.com/langchain-ai/langchain), [langchain-openai](https://github.com/langchain-ai/langchain) and [requests](https://github.com/psf/requests). Updates `langchain-core` from 1.2.20 to 1.2.23 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.2.20...langchain-core==1.2.23) Updates `langchain-openai` from 1.1.11 to 1.1.12 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==1.1.11...langchain-openai==1.1.12) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.2.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-minor - dependency-name: langchain-openai dependency-version: 1.1.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-minor - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-minor ... Signed-off-by: dependabot[bot] --- tools/requirements-llm.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/requirements-llm.txt b/tools/requirements-llm.txt index 2a49e820..7a2df85f 100644 --- a/tools/requirements-llm.txt +++ b/tools/requirements-llm.txt @@ -6,9 +6,9 @@ # change is required when bumping this file. # - Use strict X.Y.Z pins to keep workflow installs reproducible. langchain==1.2.13 -langchain-core==1.2.20 +langchain-core==1.2.23 langchain-community==0.4.1 -langchain-openai==1.1.11 +langchain-openai==1.1.12 langchain-anthropic==1.4.0 pydantic==2.12.5 -requests==2.32.5 +requests==2.33.0