From 2a96d223982839163e122aa4b0f5ed47265f181c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 20:36:50 +0000 Subject: [PATCH] fix(deps): update dependency anthropic to ~=0.76.0 --- python-examples/computer-use/pyproject.toml | 2 +- python-examples/hybrid-automation/pyproject.toml | 2 +- python-examples/stagehand/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python-examples/computer-use/pyproject.toml b/python-examples/computer-use/pyproject.toml index 92d103b..a43beec 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.15", "intuned-browser==0.1.12", - "anthropic~=0.75.0", + "anthropic~=0.76.0", "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 cfeb29a..02b8f2d 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.15", "intuned-browser==0.1.12", - "anthropic~=0.75.0", + "anthropic~=0.76.0", "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 63af69a..caa54f3 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.15", "intuned-browser==0.1.12", - "anthropic~=0.75.0", + "anthropic~=0.76.0", "python-dateutil~=2.9.0", "httpx~=0.28.1", "stagehand~=0.5.8"