From 0c4dcbb4fce30a7595a53533194b17947fec1f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 22:35:43 +0000 Subject: [PATCH] build(deps): update langchain-core requirement Updates the requirements on [langchain-core](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==0.1.47...langchain-core==1.5.3) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.5.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/blueprint_parser_creator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/blueprint_parser_creator/requirements.txt b/demo/blueprint_parser_creator/requirements.txt index b96e61ad..034e0f73 100644 --- a/demo/blueprint_parser_creator/requirements.txt +++ b/demo/blueprint_parser_creator/requirements.txt @@ -4,7 +4,7 @@ sherpa-ai>=0.1.0 streamlit>=1.28.0 langchain-community>=0.4.2 -langchain-core>=0.1.0 +langchain-core>=1.5.3 langchain-openai>=1.0.0 openai>=1.0.0 ezdxf>=1.1.0