diff --git a/pyproject.toml b/pyproject.toml index 6d0b1b8..27be1fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ description = "A useful utility library for AI applications" readme = "README.md" requires-python = ">=3.8" dependencies = [ - "openai==1.38.0", + "openai==1.39.0", "chromadb==0.5.5", "pypdf>=3.9.0", "python-docx==1.1.2",