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"