Pin lxml to 4.9.4 (#106694)
This commit is contained in:
parent
bcf75795c2
commit
a49999e984
5 changed files with 11 additions and 3 deletions
|
@ -179,6 +179,10 @@ get-mac==1000000000.0.0
|
|||
# They are build with mypyc, but causes issues with our wheel builder.
|
||||
# In order to do so, we need to constrain the version.
|
||||
charset-normalizer==3.2.0
|
||||
|
||||
# lxml 5.0.0 currently does not build on alpine 3.18
|
||||
# https://bugs.launchpad.net/lxml/+bug/2047718
|
||||
lxml==4.9.4
|
||||
"""
|
||||
|
||||
GENERATED_MESSAGE = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue