infra: Consistent lxml requirements (#19520)

Update the dependency for lxml to be consistent among different
packages; should fix
https://github.com/langchain-ai/langchain/issues/19040
This commit is contained in:
Evgenii Zheltonozhskii
2024-03-27 22:27:59 +02:00
committed by GitHub
parent 2fceec3771
commit 5b1f9c6d3a
7 changed files with 22 additions and 654 deletions

File diff suppressed because one or more lines are too long

View File

@@ -35,7 +35,7 @@ html2text = {version="^2020.1.16", optional=true}
numexpr = {version="^2.8.6", optional=true}
jq = {version = "^1.4.1", optional = true}
pdfminer-six = {version = "^20221105", optional = true}
lxml = {version = "^4.9.2", optional = true}
lxml = {version = ">=4.9.3,<6.0", optional = true}
pymupdf = {version = "^1.22.3", optional = true}
rapidocr-onnxruntime = {version = "^1.3.2", optional = true, python = ">=3.8.1,<3.12"}
pypdfium2 = {version = "^4.10.0", optional = true}