From f6236d9f12da0d4aedaba26fb3195b2b28474598 Mon Sep 17 00:00:00 2001 From: ccurme Date: Fri, 25 Jul 2025 16:05:21 -0300 Subject: [PATCH] fix(infra): add pypdf to vercel overrides (#32242) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > × No solution found when resolving dependencies: ╰─▶ Because only langchain-neo4j==0.5.0 is available and langchain-neo4j==0.5.0 depends on neo4j-graphrag>=1.9.0, we can conclude that all versions of langchain-neo4j depend on neo4j-graphrag>=1.9.0. And because only neo4j-graphrag<=1.9.0 is available and neo4j-graphrag==1.9.0 depends on pypdf>=5.1.0,<6.0.0, we can conclude that all versions of langchain-neo4j depend on pypdf>=5.1.0,<6.0.0. And because langchain-upstage==0.6.0 depends on pypdf>=4.2.0,<5.0.0 and only langchain-upstage==0.6.0 is available, we can conclude that all versions of langchain-neo4j and all versions of langchain-upstage are incompatible. And because you require langchain-neo4j and langchain-upstage, we can conclude that your requirements are unsatisfiable. --------- Co-authored-by: Mason Daugherty --- docs/vercel_overrides.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vercel_overrides.txt b/docs/vercel_overrides.txt index 966f3b329cf..ac19d681471 100644 --- a/docs/vercel_overrides.txt +++ b/docs/vercel_overrides.txt @@ -4,6 +4,7 @@ aiohttp<3.11 protobuf<3.21 tenacity urllib3 +pypdf # Fix numpy conflicts between langchain-astradb and langchain-chroma numpy>=1.26.0,<2.0.0 # Fix simsimd build error in langchain-weaviate