From c2f1f98fcad9fe7e56ce8d395f8dfc2d8c7a1ef2 Mon Sep 17 00:00:00 2001 From: Anton Dubovik Date: Thu, 30 Oct 2025 18:02:10 +0000 Subject: [PATCH] chore: bump pypdf from 6.0.0 to 6.1.3 --- examples/langchain_rag/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/langchain_rag/requirements.txt b/examples/langchain_rag/requirements.txt index 8d2636a..287a4f9 100644 --- a/examples/langchain_rag/requirements.txt +++ b/examples/langchain_rag/requirements.txt @@ -9,4 +9,4 @@ httpx==0.27.2 beautifulsoup4==4.12.3 chromadb==0.5.4 uvicorn==0.30.1 -pypdf==6.0.0 \ No newline at end of file +pypdf==6.1.3 \ No newline at end of file