diff --git a/pyproject.toml b/pyproject.toml index 6ac599d..c31a857 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.40.6", + "openai==1.47.1", "chromadb==0.5.5", "pypdf>=3.9.0", "python-docx==1.1.2",