From 8eceec15641e7a149d99ff061b058db3b4b3a24f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 21:03:38 +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.5) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.5.5 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..5dadcb63 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.5 langchain-openai>=1.0.0 openai>=1.0.0 ezdxf>=1.1.0