diff --git a/pyproject.toml b/pyproject.toml index 8214826..8dd77e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ - "openai>=1.0,<3.0", + "openai>=2.47.0,<3.0", "python-dotenv>=1.0,<2.0", "pydantic>=2.0,<3.0", "PyYAML>=6.0,<7.0", diff --git a/requirements.txt b/requirements.txt index 2d63f8d..b8e1166 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -openai>=1.0,<3.0 +openai>=2.47.0,<3.0 python-dotenv>=1.0,<2.0 pydantic>=2.0,<3.0 PyYAML>=6.0,<7.0