mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 15:04:13 +00:00
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:
committed by
GitHub
parent
2fceec3771
commit
5b1f9c6d3a
637
libs/community/poetry.lock
generated
637
libs/community/poetry.lock
generated
File diff suppressed because one or more lines are too long
@@ -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}
|
||||
|
Reference in New Issue
Block a user