Downgrades and locks lxml to before 5.2.0, which released a breaking change (#6655)

This commit is contained in:
Trenton H
2024-05-09 09:42:19 -07:00
committed by GitHub
parent 3e22f033c7
commit d461dcbe29
2 changed files with 80 additions and 156 deletions

View File

@@ -56,6 +56,10 @@ whitenoise = "~=6.6"
whoosh="~=2.7"
zxing-cpp = {version = "*", platform_machine = "== 'x86_64'"}
# Locked for issues
# See https://github.com/paperless-ngx/paperless-ngx/discussions/6610 & https://bugs.launchpad.net/lxml/+bug/2059910
lxml = "==5.1.1"
[dev-packages]
# Linting
black = "*"