diff --git a/api/requirements.txt b/api/requirements.txt index eae4a274..f3e3eb58 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -35,7 +35,7 @@ langchain==1.0.3 # LangChain main package langchain-community==0.4.1 # LangChain community components langchain-core==1.2.13 # LangChain core components langchain-text-splitters==1.0.0 # LangChain text splitters -pypdf==6.9.1 # Modern PDF processing (successor to PyPDF2) +pypdf==6.9.2 # Modern PDF processing (successor to PyPDF2) ollama==0.6.1 # Ollama client ollama-ocr==0.1.6 # OCR processor (still needed for invoice processing) langchain-ollama==1.0.1 # LangChain Ollama integration