diff --git a/python/pyproject.toml b/python/pyproject.toml index 64ed781..fbeb78b 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -39,10 +39,10 @@ dependencies = ["aiohttp>=3.13.5"] [project.optional-dependencies] fuzzy = ["rapidfuzz>=3.13.0"] -openai = ["openai>=1.0"] +openai = ["openai>=2.47.0"] anthropic = ["anthropic>=0.25"] rich = ["rich>=13.0"] -all = ["rapidfuzz>=3.13.0", "openai>=1.0", "anthropic>=0.25", "rich>=13.0"] +all = ["rapidfuzz>=3.13.0", "openai>=2.47.0", "anthropic>=0.25", "rich>=13.0"] [project.urls] Homepage = "https://speed785.github.io/evalforge"