diff --git a/python-examples/computer-use/pyproject.toml b/python-examples/computer-use/pyproject.toml index c255dae4..71e49263 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.30", "intuned-browser==0.1.17", - "anthropic~=0.75.0", + "anthropic~=0.100.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 5bffb201..8a09c258 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.30", "intuned-browser==0.1.17", - "anthropic~=0.75.0", + "anthropic~=0.100.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 5d1f60c7..b6f857f8 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.30", "intuned-browser==0.1.17", - "anthropic~=0.75.0", + "anthropic~=0.100.0", "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 97c66eac..c6b2f6b8 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.30", "intuned-browser==0.1.17", - "anthropic~=0.75.0", + "anthropic~=0.100.0", "python-dateutil~=2.9.0", "httpx~=0.28.1", "stagehand~=3.5.0",