From 159519d2f189cf6ea4b2403318052b978ac73ac3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 00:45:21 +0000 Subject: [PATCH] Update dependency anthropic to ~=0.109.1 --- python-examples/computer-use/pyproject.toml | 2 +- python-examples/hybrid-automation/pyproject.toml | 2 +- python-examples/stagehand/pyproject.toml | 2 +- python-examples/starter-stagehand/pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python-examples/computer-use/pyproject.toml b/python-examples/computer-use/pyproject.toml index 1e43f1da..dbd645b2 100644 --- a/python-examples/computer-use/pyproject.toml +++ b/python-examples/computer-use/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", - "anthropic~=0.75.0", + "anthropic~=0.109.1", "python-dateutil~=2.9.0", "httpx~=0.28.1", "stagehand~=0.5.7", diff --git a/python-examples/hybrid-automation/pyproject.toml b/python-examples/hybrid-automation/pyproject.toml index 409baaf0..7735ce76 100644 --- a/python-examples/hybrid-automation/pyproject.toml +++ b/python-examples/hybrid-automation/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", - "anthropic~=0.75.0", + "anthropic~=0.109.1", "openai~=1.0", "python-dateutil~=2.9.0", "httpx~=0.28.1", diff --git a/python-examples/stagehand/pyproject.toml b/python-examples/stagehand/pyproject.toml index d0cc11bf..870ffaa2 100644 --- a/python-examples/stagehand/pyproject.toml +++ b/python-examples/stagehand/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", - "anthropic~=0.75.0", + "anthropic~=0.109.1", "python-dateutil~=2.9.0", "httpx~=0.28.1", "stagehand~=3.5.0", diff --git a/python-examples/starter-stagehand/pyproject.toml b/python-examples/starter-stagehand/pyproject.toml index 1041f64c..726e49c5 100644 --- a/python-examples/starter-stagehand/pyproject.toml +++ b/python-examples/starter-stagehand/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", - "anthropic~=0.75.0", + "anthropic~=0.109.1", "python-dateutil~=2.9.0", "httpx~=0.28.1", "stagehand~=3.5.0",