diff --git a/pyproject.toml b/pyproject.toml index 9e16e74f..6a854a46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "langdetect==1.0.9", "langchain==1.1.0", "langchain-text-splitters==1.0.0", - "openai==2.8.1", + "openai==2.28.0", "pydantic==2.12.5", "pillow==12.0.0", "pyyaml==6.0.3", diff --git a/redactor/requirements.txt b/redactor/requirements.txt index 359ba92e..28af65ed 100644 --- a/redactor/requirements.txt +++ b/redactor/requirements.txt @@ -11,7 +11,7 @@ langchain==1.1.0 langchain-text-splitters==1.0.0 langdetect==1.0.9 mock==5.2.0 -openai==2.8.1 +openai==2.28.0 pillow==12.0.0 pre-commit==4.5.1 pydantic==2.12.5