Skip to content

Commit

Permalink
馃搶(back) pin lxml to version < 5
Browse files Browse the repository at this point in the history
We are not able tu use lxml >= 5.0.0. We have a segfault when using it.
The solution could be to install it without binaries but it is not
possible to do it using the setup.cfg file.
We have to investigate if it will be possible if we switch to pyproject.

Linked issues :

SAML-Toolkits/python3-saml#388
SAML-Toolkits/python3-saml#389
  • Loading branch information
lunika committed Feb 19, 2024
1 parent 98c9a38 commit aa8dbe9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Expand Up @@ -59,6 +59,16 @@
],
"allowedVersions": "<5"
},
{
"groupName": "allowed lxml versions",
"matchManagers": [
"setup-cfg"
],
"matchPackageNames": [
"lxml"
],
"allowedVersions": "<5"
},
{
"groupName": "allowed pytest versions",
"matchManagers": [
Expand Down
1 change: 1 addition & 0 deletions src/backend/setup.cfg
Expand Up @@ -54,6 +54,7 @@ install_requires =
drf-spectacular==0.27.1
gunicorn==21.2.0
logging-ldp==0.0.7
lxml<5
oauthlib==3.2.2
Pillow==10.2.0
psycopg[binary]==3.1.17
Expand Down

0 comments on commit aa8dbe9

Please sign in to comment.