From 1981eed73b0005408ab4237b36847b863996c845 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 17:42:49 +0000 Subject: [PATCH] Update dependency openai to v2 --- python-examples/hyprid-automation/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-examples/hyprid-automation/pyproject.toml b/python-examples/hyprid-automation/pyproject.toml index 698dcd25..0e9fbffd 100644 --- a/python-examples/hyprid-automation/pyproject.toml +++ b/python-examples/hyprid-automation/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "anthropic~=0.75.0", - "openai~=1.0", + "openai~=2.14", "python-dateutil~=2.9.0", "httpx~=0.28.1", "stagehand~=0.5.7",