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",