From 37d98699729b97ffb408699a2b5982d15ad8c8ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 02:05:06 +0000 Subject: [PATCH] fix(deps): update dependency stagehand to v0.5.10 --- python-examples/rpa-forms-example/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-examples/rpa-forms-example/pyproject.toml b/python-examples/rpa-forms-example/pyproject.toml index 77b346e..4029cf0 100644 --- a/python-examples/rpa-forms-example/pyproject.toml +++ b/python-examples/rpa-forms-example/pyproject.toml @@ -20,7 +20,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.20", - "stagehand==0.5.3", + "stagehand==0.5.10", "intuned-browser==0.1.14", ]