diff --git a/pyproject.toml b/pyproject.toml index 0dd10df..e33989e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "A useful utility library for AI applications" readme = "README.md" requires-python = ">=3.8" dependencies = [ - "openai==1.34.0", + "openai==1.35.8", "chromadb==0.5.3", "pypdf2==3.0.1", "python-docx==1.1.2",