fix(infra): add pypdf to vercel overrides (#32242)

>   × 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 <mason@langchain.dev>
This commit is contained in:
ccurme 2025-07-25 16:05:21 -03:00 committed by GitHub
parent df20f111a8
commit f6236d9f12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@ aiohttp<3.11
protobuf<3.21 protobuf<3.21
tenacity tenacity
urllib3 urllib3
pypdf
# Fix numpy conflicts between langchain-astradb and langchain-chroma # Fix numpy conflicts between langchain-astradb and langchain-chroma
numpy>=1.26.0,<2.0.0 numpy>=1.26.0,<2.0.0
# Fix simsimd build error in langchain-weaviate # Fix simsimd build error in langchain-weaviate