From f7458c1f43aff8c7c5e9bba0c81aa8a93c1ee93d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 21:58:55 +0000 Subject: [PATCH] fix(deps): update dependency anthropic to ~=0.83.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 50db9e3..5dde400 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.20", "intuned-browser==0.1.14", - "anthropic~=0.75.0", + "anthropic~=0.83.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 b7770a0..830fc46 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.20", "intuned-browser==0.1.14", - "anthropic~=0.75.0", + "anthropic~=0.83.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 b9fcfd5..3838cf4 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.20", "intuned-browser==0.1.14", - "anthropic~=0.75.0", + "anthropic~=0.83.0", "python-dateutil~=2.9.0", "httpx~=0.28.1", "stagehand~=0.5.8",