diff --git a/pyproject.toml b/pyproject.toml index 1dfe1bd..5db2d30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ screenwright-mcp = "screenwright.mcp_server:main" # installs without issue. Revisit each bound deliberately when it needs # raising, rather than letting a future major version resolve silently. anthropic = ["anthropic>=1.0.0,<2.0.0"] -openai = ["openai>=3.6.0,<4.0.0"] +openai = ["openai>=3.16.2,<4.0.0"] ollama = ["ollama>=0.6.2"] vision = ["screenwright[anthropic,openai,ollama]"] dev = ["ruff>=0.16.5", "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "screenwright[vision]"]