diff --git a/pyproject.toml b/pyproject.toml index 144bda8..17ac98d 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.36.0", + "openai==1.37.1", "chromadb==0.5.4", "pypdf>=3.9.0", "python-docx==1.1.2",