diff --git a/pyproject.toml b/pyproject.toml index f41cc7b..cf63557 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ # File parsing dependencies "pandas>=2.0.0", "openpyxl>=3.1.0", - "PyPDF2>=3.0.0", + "PyPDF2>=3.0.1", "python-multipart>=0.0.6", # Experience Vector Database (RAG for Few-Shot Learning) "chromadb>=0.4.0",