From 10abba3e2454c976025e6ba40d9c346762ca2881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 22:35:25 +0000 Subject: [PATCH] build(deps): update sherpa-ai requirement Updates the requirements on [sherpa-ai](https://github.com/Aggregate-Intellect/sherpa) to permit the latest version. - [Release notes](https://github.com/Aggregate-Intellect/sherpa/releases) - [Commits](https://github.com/Aggregate-Intellect/sherpa/compare/v0.1.1...v0.4.0) --- updated-dependencies: - dependency-name: sherpa-ai dependency-version: 0.4.0 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..2794ec81 100644 --- a/demo/blueprint_parser_creator/requirements.txt +++ b/demo/blueprint_parser_creator/requirements.txt @@ -1,7 +1,7 @@ # Blueprint Parser Creator Demo - Dependencies # Install with: pip install -r requirements.txt -sherpa-ai>=0.1.0 +sherpa-ai>=0.4.0 streamlit>=1.28.0 langchain-community>=0.4.2 langchain-core>=0.1.0