From 7a192ae78169747ebb1cc33eb1235ede239876a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 22:35:40 +0000 Subject: [PATCH] build(deps): update streamlit requirement Updates the requirements on [streamlit](https://github.com/streamlit/streamlit) to permit the latest version. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.28.0...1.60.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.60.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..dbd2d61c 100644 --- a/demo/blueprint_parser_creator/requirements.txt +++ b/demo/blueprint_parser_creator/requirements.txt @@ -2,7 +2,7 @@ # Install with: pip install -r requirements.txt sherpa-ai>=0.1.0 -streamlit>=1.28.0 +streamlit>=1.60.0 langchain-community>=0.4.2 langchain-core>=0.1.0 langchain-openai>=1.0.0